Lizzy project

Dependencies:   aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT

Branch:
axis_normal
Revision:
14:65734075c8d3
Parent:
8:7ba4f82de9b6
Child:
15:c0c01188a29b
diff -r 2e964fa2a632 -r 65734075c8d3 source/main.cpp
--- a/source/main.cpp	Fri Apr 20 09:38:27 2018 +0000
+++ b/source/main.cpp	Wed Aug 29 10:52:27 2018 +0000
@@ -65,8 +65,8 @@
     BLE &ble = BLE::Instance();
     ble.init(bleInitComplete);
     
-    //mems.setMode(LOW_POWER);
-    mems.setMode(HIGH_RES);
+    mems.setMode(LOW_POWER);
+    //mems.setMode(HIGH_RES);
     mems.enableAxes(X_axis);
     mems.enableAxes(Y_axis);
     mems.enableAxes(Z_axis);