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: color.cpp
- Revision:
- 7:8b0019dd26d3
- Parent:
- 5:614e3ac042df
- Child:
- 8:a4dfacdf4feb
--- a/color.cpp Wed Mar 28 15:18:39 2018 +0900
+++ b/color.cpp Wed Mar 28 06:39:55 2018 +0000
@@ -9,10 +9,10 @@
r = 1.0;
g = 1.0;
b = 1.0;
- r.period(0.000);
}
static void _Initialize(void) {
+ r.period(0.001);
_Finalize();
}