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:
- 8:a4dfacdf4feb
- Parent:
- 7:8b0019dd26d3
- Child:
- 9:35c816293400
--- a/color.cpp Wed Mar 28 06:39:55 2018 +0000
+++ b/color.cpp Wed Mar 28 18:35:53 2018 +0900
@@ -12,7 +12,7 @@
}
static void _Initialize(void) {
- r.period(0.001);
+ r.period_ms(1);
_Finalize();
}