Pārlūkot izejas kodu

enable status LED for BlueMark B110 module

Roel Schiphorst 3 gadi atpakaļ
vecāks
revīzija
d6ee7792e4
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      RemoteIDModule/board_config.h

+ 3 - 0
RemoteIDModule/board_config.h

@@ -40,6 +40,9 @@
 #define PIN_UART_TX 5
 #define PIN_UART_TX 5
 #define PIN_UART_RX 4
 #define PIN_UART_RX 4
 
 
+#define PIN_STATUS_LED GPIO_NUM_8 // LED to signal the status
+#define STATUS_LED_ON 1
+
 #else
 #else
 #error "unsupported board"
 #error "unsupported board"
 #endif
 #endif