Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Diff: aconno_ble/aconno_ble.h
- Revision:
- 2:41a1cdac47a7
- Parent:
- 1:198b9945994e
- Child:
- 4:49b1aeca55e4
diff -r 198b9945994e -r 41a1cdac47a7 aconno_ble/aconno_ble.h --- a/aconno_ble/aconno_ble.h Wed Mar 07 14:39:27 2018 +0000 +++ b/aconno_ble/aconno_ble.h Thu Mar 08 10:29:22 2018 +0000 @@ -25,6 +25,7 @@ int16_t gyroscope[3]; int16_t accelerometer[3]; int16_t magnetometer[3]; + int16_t acc_lsb_value; }; struct{ float temperature;