GPS driver
Dependents: GEO_CONTROL_REPO_F411RE GPS_GSM
Fork of GPS by
Diff: GPS.h
- Revision:
- 7:120983998da2
- Parent:
- 4:3aa177df0bcb
--- a/GPS.h Wed Mar 16 19:13:44 2016 +0000 +++ b/GPS.h Wed Mar 16 19:18:00 2016 +0000 @@ -50,7 +50,8 @@ float alt; float geoid, time; char ns, ew; - + char gu, hu; + private: float trunc(float v); void getline();