Library for the EM-406 GPS module with time export support added
Fork of GPS by
Diff: GPS.h
- Revision:
- 5:fdac9c46157b
- Parent:
- 3:145bdf751843
--- a/GPS.h Sun Mar 04 23:17:28 2018 +0000 +++ b/GPS.h Mon Mar 05 16:17:03 2018 +0000 @@ -49,6 +49,9 @@ /** The time in UTC float format (call sample() to set) */ float time_utc; + /** Number of satellites (call sample() to set) */ + int sats; + private: float trunc(float v); void getline();