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: accel.cpp
- Revision:
- 9:35c816293400
- Parent:
- 5:614e3ac042df
--- a/accel.cpp Wed Mar 28 18:35:53 2018 +0900
+++ b/accel.cpp Wed Mar 28 18:59:22 2018 +0900
@@ -28,6 +28,6 @@
_Initialize();
}
-COMMAND_DEFINE Command_accel = {"accel", 0x02, _Initialize, _Finalize,
+COMMAND_DEFINE Command_accel = {"accel", _Initialize, _Finalize,
_ProcessInitialize, _ProcessIsContinue, _ProcessRunning
};