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:
- 9:35c816293400
- Parent:
- 8:a4dfacdf4feb
diff -r a4dfacdf4feb -r 35c816293400 color.cpp
--- a/color.cpp Wed Mar 28 18:35:53 2018 +0900
+++ b/color.cpp Wed Mar 28 18:59:22 2018 +0900
@@ -35,6 +35,6 @@
_ColorRange += 0.001;
}
-COMMAND_DEFINE Command_color = {"color", 0x04, _Initialize, _Finalize,
+COMMAND_DEFINE Command_color = {"color", _Initialize, _Finalize,
_ProcessInitialize, _ProcessIsContinue, _ProcessRunning
};