Mateusz Grzywacz / MMA845x

Fork of MMA845x by Multi-Hackers

Files at this revision

API Documentation at this revision

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
     };
 
     /**