serqet2

Dependencies:   BLE_API circular_buffer mbed nRF51822

Fork of serqet by Serqet

Revision:
3:6c83be282aac
Parent:
2:ddf1f6325a37
Child:
4:635dcca9e11a
--- a/main.cpp	Thu Mar 19 03:19:23 2015 +0000
+++ b/main.cpp	Thu Mar 19 03:32:00 2015 +0000
@@ -26,10 +26,20 @@
 
 #define TXRX_BUF_LEN                     20
 
-#define DIGITAL_OUT_PIN                  P0_9       //TXD
-#define DIGITAL_IN_PIN                   P0_10      //CTS
-#define PWM_PIN                          P0_11      //RXD
-#define ANALOG_IN_PIN                    P0_4       //P04
+//#define DIGITAL_OUT_PIN                  P0_9       //TXD
+//#define DIGITAL_IN_PIN                   P0_10      //CTS
+//#define PWM_PIN                          P0_11      //RXD
+//#define ANALOG_IN_PIN                    P0_4       //P04
+
+#define AC_EN_PIN   P0_4
+#define DC_EN_PIN   P0_5
+#define PAIRING_LED_PIN P0_7
+#define BYPASS_ADC_PIN P0_6
+#define PAIRING_BUTTON_PIN P0_15
+#define POS_OFFSET_EN_PIN P0_29
+#define NEG_OFFSET_EN_PIN P0_28
+#define STATUS_LED_PIN P0_11
+#define RESET_PIN P0_09