Logging and LED initialization sequence
This commit is contained in:
@@ -29,8 +29,13 @@
|
||||
#define RGBLED_R GPIO_NUM_4 // A3 red
|
||||
#define RGBLED_G GPIO_NUM_13 // A6 green
|
||||
#define RGBLED_B GPIO_NUM_14 // A7 blue
|
||||
|
||||
#define LED_USER GPIO_NUM_48 // internal red user led
|
||||
|
||||
#define LED_IR GPIO_NUM_46 // intername rgb led on strapping pins
|
||||
#define LED_IG GPIO_NUM_0
|
||||
#define LED_IB GPIO_NUM_45
|
||||
|
||||
// CAN bus for NMEA2000 connection
|
||||
#define CAN_RX GPIO_NUM_18 // D9
|
||||
#define CAN_TX GPIO_NUM_21 // D10
|
||||
|
||||
Reference in New Issue
Block a user