LEDController/include/esp8266.h

6 lines
136 B
C

#define GPIO_RED 13
#define GPIO_GREEN 12
#define GPIO_BLUE 15
#define GPIO_COOLWHITE 4
#define GPIO_WARMWHITE 5
#define BOARD "ESP8266"