LEDController/include/esp32.h

6 lines
136 B
C

#define GPIO_RED 17
#define GPIO_GREEN 18
#define GPIO_BLUE 16
#define GPIO_COOLWHITE 15
#define GPIO_WARMWHITE 19
#define BOARD "ESP32"