Added code to allow DirectOutput to connect to the ESP8266.

This commit is contained in:
2020-07-28 06:54:14 +02:00
parent 030a37daf6
commit 772376e214
2 changed files with 50 additions and 18 deletions

View File

@ -20,6 +20,7 @@ void loop();
void set_blink(uint8_t mode);
void blink();
void fill(CRGB color);
uint8_t receive_byte();
uint16_t receive_word();