All the commit done for assignment 3

Dependencies:   MCP23017 Servo WattBob_TextLCD mbed mbed-rtos

Revision:
5:72f209412e34
Parent:
4:9f5ebb8d85ba
Child:
6:b6053cb6355e
--- a/main.cpp	Tue Apr 04 18:19:10 2017 +0000
+++ b/main.cpp	Tue Apr 04 18:34:52 2017 +0000
@@ -30,7 +30,7 @@
 DigitalIn DinSwitchLight(p12);                                      // Port for the Light Switch
 DigitalIn DinSwitchRindic(p13);                                     // Port for the Right Indicator
 DigitalIn DinSwitchLindic(p15);                                     // Port for the Left Indicator
-Servo Odometer(p25);
+Servo Odometer(p25); 
 DigitalOut LEDSpeedWarning(p8);
 DigitalOut DoutLEDLight(LED1);                                      // Output Port for LED1
 DigitalOut DoutLEDLeft(LED2);                                       // Output Port for LED2