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.
Fork of FRDM_MMA8451Q by
Diff: main.cpp
- Revision:
- 10:5aae7cac1608
- Parent:
- 9:d4bffe27a7bf
diff -r d4bffe27a7bf -r 5aae7cac1608 main.cpp
--- a/main.cpp Wed Jul 16 10:30:54 2014 +0000
+++ b/main.cpp Sat May 16 21:37:16 2015 +0000
@@ -33,7 +33,8 @@
rled = 1.0f - x;
gled = 1.0f - y;
bled = 1.0f - z;
- wait(0.1f);
+ wait(0.5f);
printf("X: %1.2f, Y: %1.2f, Z: %1.2f\n", x, y, z);
+ wait(0.5f);
}
}
