update LED pins for V2.2

This commit is contained in:
Skot Croshere 2023-03-16 23:24:11 -04:00
parent 26c4d0e7a7
commit a6cb253ba6

View File

@ -7,9 +7,9 @@
#define LEDX_R GPIO_NUM_35
#define LEDX_G GPIO_NUM_36
#define LEDX_B GPIO_NUM_37
#define LEDZ_R GPIO_NUM_38
#define LEDZ_G GPIO_NUM_39
#define LEDZ_B GPIO_NUM_40
#define LEDZ_R GPIO_NUM_5
#define LEDZ_G GPIO_NUM_6
#define LEDZ_B GPIO_NUM_7
void initLEDs(void) {
gpio_set_direction(LEDX_R, GPIO_MODE_OUTPUT);