Edit

Dependencies:   Lis2dh12 aconno_I2C aconno_nrf52_uart adc52832_common aconno_SEGGER_RTT

Branch:
NanoModule
Revision:
8:4b1ac4733b3d
Parent:
5:ceb5f3789cb0
Child:
9:a9c5db477f35
--- a/source/main.h	Tue Feb 27 12:46:20 2018 +0000
+++ b/source/main.h	Tue Feb 27 14:57:50 2018 +0000
@@ -40,11 +40,8 @@
 Thread uartT;
 Thread bleT;
 
-DigitalOut rgbLEDG(p2);
-DigitalOut rgbLEDB(p3);
-DigitalOut rgbLEDR(p31);
-DigitalOut AccVcc(p11);
-DigitalOut redLed(p22);
+DigitalOut AccVcc(p13);
+DigitalOut redLed(p12);
 InterruptIn INT1(INT_PIN1);
 //InterruptIn INT2(INT_PIN2);
 I2C i2c(I2C_DATA,I2C_CLK);