debugging library

Fork of LIS3DH by Kenji Arai

Revision:
10:18b993cca7ab
Parent:
9:c32d2b25d4c2
Child:
11:972c166f654b
Child:
12:897840b70796
--- a/LIS3DH.cpp	Sat Jun 09 09:12:34 2018 +0000
+++ b/LIS3DH.cpp	Sat Jun 09 09:35:25 2018 +0000
@@ -236,7 +236,7 @@
     //Tsai:  add INT
     //tsai:  reg. INT1_CFG
     dt[0] = LIS3DH_INT1_CFG;
-    dt[1] = 0x3f;  // 0111 1111 = movement in all xyz
+    dt[1] = 0x7f;  // 0111 1111 = movement in all xyz
     _i2c.write(acc_addr, dt, 2, false);