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:
- 1:bad592d14bea
- Parent:
- 0:cc9d7d4dfb99
- Child:
- 2:9535cae29d9b
--- a/main.cpp Tue Apr 01 16:27:40 2014 +0000
+++ b/main.cpp Tue Apr 01 16:30:14 2014 +0000
@@ -26,7 +26,7 @@
int i=1;
while(i++) {
lcd.locate(0,15);
- lcd.printf("%f, %f ", MMA.x(), MMA.y());
+ lcd.printf("x: %f, y: %f ", MMA.x(), MMA.y());
wait(0.2);
}
}
\ No newline at end of file