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 MMA7660 mbed
Diff: main.cpp
- Revision:
- 2:9535cae29d9b
- Parent:
- 1:bad592d14bea
- Child:
- 3:f85ca437ddf8
--- a/main.cpp Tue Apr 01 16:30:14 2014 +0000
+++ b/main.cpp Tue Apr 01 16:32:39 2014 +0000
@@ -11,7 +11,6 @@
lcd.cls();
// print the first line and wait 3 sec
-
lcd.locate(0,3);
if (!MMA.testConnection()) {
@@ -22,7 +21,6 @@
wait(3);
// print the counter prefix; the number will be printed in the while loop
-
int i=1;
while(i++) {
lcd.locate(0,15);