JasonPittenger
JasonPittenger
Can you expand the custom sentence extraction to support multiple systems? For example, I'm looking at VDOP that's coming from the GSA sentance. I'm using ``` TinyGPSCustom vdopGP(gps, "GPGSA", 17);...
Can you add support for Beidou & GLONASS? Instead of a string compare for an exact match, I suggest a string search for the sentence type. This then is agnostic...
### Describe the bug Can you expand the IMU library to incorporate more features of the MPU6886? It has a built in low pass filter on both the gyro and...
### Describe the bug I have my m5Core2 reading from the MPUT6886 in the main loop at a rate of 25Hz (40mS). ``` #define ONE_SECOND 1000 //mS #define IMU_SAMPLE_RATE 25...
I wrote a few features that I thought might be useful to incorporate into this library. Of course, modify the names and code as you see fit. Soft Reset: This...
### Describe the bug There's no way to use the power button as a soft power down option. The AXP192 does detect short presses of the power button, and stores...