GPS driver
Dependents: GEO_CONTROL_REPO_F411RE GPS_GSM
Fork of GPS by
Diff: GPS.h
- Revision:
- 4:3aa177df0bcb
- Parent:
- 0:15611c7938a3
- Child:
- 7:120983998da2
--- a/GPS.h Wed Mar 16 04:28:03 2016 +0000 +++ b/GPS.h Wed Mar 16 04:37:56 2016 +0000 @@ -45,6 +45,12 @@ /** The latitude (call sample() to set) */ float latitude; + int num_sat; + float hori_dilute; + float alt; + float geoid, time; + char ns, ew; + private: float trunc(float v); void getline();