Guides the user to their classes
Dependencies: 4DGL-uLCD-SE Course SDFileSystem mbed PinDetect LSM9DS1_Library_cal MBed_Adafruit-GPS-Library
Diff: main.cpp
- Revision:
- 10:5579618161ef
- Parent:
- 9:5b871fb9f554
- Child:
- 11:e28acc7bf487
--- a/main.cpp Thu Dec 08 21:34:01 2016 +0000 +++ b/main.cpp Thu Dec 08 21:40:20 2016 +0000 @@ -399,7 +399,7 @@ temp = latInDec - floor(latInDec); temp = temp / .6; latInDec = floor(latInDec) + temp; - if (eastOrWest == 'S') + if (northOrSouth == 'S') return -1 * latInDec; return latInDec; }