Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832 FXOS8700Q LM75B mbed
Revision 3:3b1e081f6655, committed 2015-10-29
- 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) {