enhancing Multitech's library for some accelerometer

Fork of MMA845x by Multi-Hackers

Revision:
18:2316ca98e599
Parent:
17:ff9a9933d123
--- a/MMA845x.h	Thu Jul 05 01:24:33 2018 +0000
+++ b/MMA845x.h	Thu Jul 05 15:05:20 2018 +0000
@@ -172,7 +172,7 @@
      */
     enum LOW_NOISE {
         LN_OFF = 0x00, /* Low Noise mode off */
-        LN_ON = 0x02  /* Low Noise mode on, 4g max readings */
+        LN_ON = 0x04  /* Low Noise mode on, 4g max readings */
     };
 
     /**