NMEA GPS receiver
Dependents: lmic_NAmote_GPS_tjm lmic_NAmote_GPS_tjm LoRaWAN-NAMote72-Application-Demo_IoTium LoRaWAN-NAMote72-BVS-confirmed-tester-0-7v1_copy ... more
Revision 6:65fdafeb57e0, committed 2019-01-03
- Comitter:
- Wayne Roberts
- Date:
- Thu Jan 03 16:10:58 2019 -0800
- Parent:
- 5:d3a60fb94d0e
- Commit message:
- make serial port public and change to raw to get rx bytes in ISR unlocked
Changed in this revision
gps.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r d3a60fb94d0e -r 65fdafeb57e0 gps.h --- a/gps.h Tue May 29 12:44:48 2018 -0700 +++ b/gps.h Thu Jan 03 16:10:58 2019 -0800 @@ -50,6 +50,7 @@ int32_t LatitudeBinary, LongitudeBinary; bool have_fix; bool en_invert; + RawSerial m_uart; private: int ParseGPSData(int idx); @@ -65,7 +66,6 @@ /*void pps(void); bool pps_occurred;*/ - Serial m_uart; DigitalOut m_en_pin; };