Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Revision 14:65734075c8d3, committed 2018-08-29
- Comitter:
- dbartolovic
- Date:
- Wed Aug 29 10:52:27 2018 +0000
- Branch:
- axis_normal
- Parent:
- 13:2e964fa2a632
- Child:
- 15:c0c01188a29b
- Commit message:
- Switched to low power
Changed in this revision
| source/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);

