Cycles between 3(4) modes: Thermometer Spirit Level Compass WIP - Etch a Sketch Move the joystick left or right to select a mode

Dependencies:   C12832 FXOS8700Q LM75B mbed

Files at this revision

API Documentation at this revision

Comitter:
co657_ts256
Date:
Thu Oct 29 23:54:50 2015 +0000
Parent:
2:9df380c6dd55
Commit message:
Updated description

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Oct 29 23:53:57 2015 +0000
+++ b/main.cpp	Thu Oct 29 23:54:50 2015 +0000
@@ -7,11 +7,11 @@
 #define PI           3.14159265358979323846
 #endif
 
-// Cycles between 3(4) modes:
+// Cycles between 4 modes:
 //      Thermometer
 //      Spirit Level
 //      Compass
-//      WIP - Etch a Sketch
+//      Etch a Sketch
 // Move the joystick left or right to select a mode
 
 C12832 shld_lcd (D11, D13, D12, D7, D10);
@@ -130,7 +130,7 @@
             shld_lcd.locate(1,1);
             shld_lcd.printf("Mode: Etch-A-Sketch");   
             shld_lcd.locate(1,10);
-            shld_lcd.printf("Use potentiometers to draw. Click joystick to clear");
+            shld_lcd.printf("Use potentiometers to draw.");
             wait(2);
             shld_lcd.cls();
             while(mode == 3) {