Adaptions for prototype PCB: LED testing

This commit is contained in:
2025-12-26 07:49:03 +01:00
parent 2b421d69a7
commit 12687b17ab
3 changed files with 98 additions and 72 deletions

View File

@@ -23,16 +23,16 @@
#define LEDC_BASE_FREQ 5000
// LEDS
#define LED_A GPIO_NUM_1 // A0
#define LED_A GPIO_NUM_3 // A2
#define LED_B GPIO_NUM_2 // A1
#define LED_C GPIO_NUM_3 // A2
#define RGBLED_R GPIO_NUM_4 // A3 red
#define LED_C GPIO_NUM_1 // A0
#define RGBLED_R GPIO_NUM_14 // A7 red
#define RGBLED_G GPIO_NUM_13 // A6 green
#define RGBLED_B GPIO_NUM_14 // A7 blue
#define RGBLED_B GPIO_NUM_4 // A3 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_IR GPIO_NUM_46 // internal rgb led on strapping pins
#define LED_IG GPIO_NUM_0 // ! B1 <-> Buzzer
#define LED_IB GPIO_NUM_45