mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
611 stars 158 forks source link

Normal LED #87

Open dddaniele opened 6 years ago

dddaniele commented 6 years ago

HI, thanks for sharing and develope this project, i need help to drive normal LED for status A&B (with old schematic)

Thanks

mtongnz commented 6 years ago

In the main file, look for a function called doStatusLedOutput. This is where the status LED output is done. Feel free to change it as you see fit.

I've got it so you can use APA106 or WS2812 LEDs so you only need 1 output pin for all the status LEDs.

Don't forget to run normal LEDs, you'll need to setup the correct pins for output in the setup function.