Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Revision 11:4dc690157508, committed 2018-04-20
- Comitter:
- dbartolovic
- Date:
- Fri Apr 20 09:26:49 2018 +0000
- Parent:
- 10:3c1e5bf6a00b
- Child:
- 12:9d991deddd03
- Child:
- 13:2e964fa2a632
- Child:
- 17:9b77bef508eb
- Child:
- 18:d1f73bb9275a
- Commit message:
- x=x, y=y, z=z
Changed in this revision
| tasks/tasks.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/tasks/tasks.cpp Wed Mar 21 13:52:02 2018 +0000
+++ b/tasks/tasks.cpp Fri Apr 20 09:26:49 2018 +0000
@@ -104,8 +104,6 @@
advertisementPacket.accelerometer[1] = (int16_t)mems->readYAxis();
advertisementPacket.accelerometer[2] = (int16_t)mems->readZAxis();
- //advertisementPacket.acc_lsb_value = 0xC000;
- //advertisementPacket.acc_lsb_value = 0x0100;
advertisementPacket.acc_lsb_value = LSB_VALUE;
updateServiceT.signal_set(MEAS_DONE);

