Edit

Dependencies:   Lis2dh12 aconno_I2C aconno_nrf52_uart adc52832_common aconno_SEGGER_RTT

Branch:
NanoModule
Revision:
5:ceb5f3789cb0
Parent:
3:f2078081a779
Child:
8:4b1ac4733b3d
--- a/source/main.h	Mon Jan 22 13:06:06 2018 +0000
+++ b/source/main.h	Tue Feb 27 12:46:20 2018 +0000
@@ -17,10 +17,10 @@
 
 #define DEBUG               (0)
 #define DEBUG_LED           (1)
-#define I2C_DATA            (p20)
-#define I2C_CLK             (p17)
-#define INT_PIN1            (p16)
-#define INT_PIN2            (p15)
+#define I2C_DATA            (p2)
+#define I2C_CLK             (p3)
+#define INT_PIN1            (p10)
+#define INT_PIN2            (p9)
 #define BLE_ACTIVE_TIME_S   (1)
 #define POWER_UP_DELAY_MS   (200)