thebigpotatoe / Super-Simple-RGB-WiFi-Lamp

A project based on the ESP8266 and WS2812b
MIT License
66 stars 28 forks source link

Simplify DATA_PIN declaration by using pin names like printed on board #15

Closed LarsMichelsen closed 4 years ago

LarsMichelsen commented 4 years ago

At least when using the NodeMCU, the pin names can directly be used. Using the software number complicates the configuration.

LarsMichelsen commented 4 years ago

:+1: