Guides the user to their classes

Dependencies:   4DGL-uLCD-SE Course SDFileSystem mbed PinDetect LSM9DS1_Library_cal MBed_Adafruit-GPS-Library

Revision:
11:e28acc7bf487
Parent:
10:5579618161ef
Child:
13:0eb9fbd63fb2
--- a/main.cpp	Thu Dec 08 21:40:20 2016 +0000
+++ b/main.cpp	Thu Dec 08 21:44:06 2016 +0000
@@ -149,12 +149,6 @@
                     }
                     break;
                 case 1:
-                    wait(.1);
-                    if (screen_change) {
-                        uLCD.printf("Compass screen");
-                        screen_change = false;
-                    }
-
                     IMU.readMag();
                     h = calculateHeading(IMU.calcMag(IMU.mx), IMU.calcMag(IMU.my));
                     pc.printf("Heading: %f\n", h);
@@ -203,7 +197,6 @@
                     }
                     uLCD.cls();
                     uLCD.line(63, 63, xEnd, yEnd, WHITE);
-                    wait(.1);
                     break;
                 case 2:
                     //uLCD.cls();