Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Diff: source/main.h
- Branch:
- axis_normal
- Revision:
- 15:c0c01188a29b
- Parent:
- 8:7ba4f82de9b6
- Child:
- 16:482d8f81d6f3
diff -r 65734075c8d3 -r c0c01188a29b source/main.h --- a/source/main.h Wed Aug 29 10:52:27 2018 +0000 +++ b/source/main.h Wed Aug 29 14:48:43 2018 +0000 @@ -19,6 +19,7 @@ #define PRINT_ON_RTT (0) #define DEBUG_LED (0) #define NANO_MODULE (0) +#define NORMAL_AXIS (1) //#define LSB_VALUE (192) #define BLE_ACTIVE_TIME_S (0.4) @@ -52,4 +53,6 @@ extern Thread updateServiceT; extern Thread updateBuzzLedsT; +void disableI2C(); + #endif