Edit

Dependencies:   Lis2dh12 aconno_I2C aconno_nrf52_uart adc52832_common aconno_SEGGER_RTT

Branch:
NanoModule
Revision:
9:a9c5db477f35
Parent:
8:4b1ac4733b3d
Child:
10:83dab6cc625d
--- a/source/main.h	Tue Feb 27 14:57:50 2018 +0000
+++ b/source/main.h	Wed Feb 28 07:25:59 2018 +0000
@@ -24,6 +24,9 @@
 #define BLE_ACTIVE_TIME_S   (1)
 #define POWER_UP_DELAY_MS   (200)
 
+#define INT1_THRESHOLD      (0x10)
+#define INT1_DURATION       (0x00)
+    
 #define ACC_INT_SIG         (0x00001020)    // Acc interrupt signal
 #define DISABLE_BLE_SIG     (0x00001030)