Logging and LED initialization sequence

This commit is contained in:
2025-12-01 09:32:16 +01:00
parent 736c0644f2
commit 8b39ff05c9
3 changed files with 102 additions and 30 deletions

View File

@@ -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