Edit

Dependencies:   Lis2dh12 aconno_I2C aconno_nrf52_uart adc52832_common aconno_SEGGER_RTT

Files at this revision

API Documentation at this revision

Comitter:
jurica238814
Date:
Tue Feb 27 12:46:20 2018 +0000
Branch:
NanoModule
Parent:
4:9a4375cdf46e
Child:
8:4b1ac4733b3d
Commit message:
Init commit.

Changed in this revision

source/main.h Show annotated file Show diff for this revision Revisions of this file
diff -r 9a4375cdf46e -r ceb5f3789cb0 source/main.h
--- 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)