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 MMA845x by
Revision 8:0eb2995f0ecb, committed 2018-07-02
- Comitter:
- amateusz
- Date:
- Mon Jul 02 22:10:07 2018 +0000
- Parent:
- 7:90ce70da8673
- Child:
- 9:645f94e7e1d5
- Commit message:
- change WAKE ? AWAKE state name to be consitient with datasheet
Changed in this revision
| MMA845x.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MMA845x.h Mon Jul 02 22:09:19 2018 +0000
+++ b/MMA845x.h Mon Jul 02 22:10:07 2018 +0000
@@ -130,7 +130,7 @@
*/
enum SYS_MODE {
STANDBY = 0,
- WAKE, SLEEP
+ AWAKE, SLEEP
};
/**
