M5 Atom Lite built-in LED?
-
Hello,
how can I use built-in LED for debugging purposes?I tried this:
pinMode(27, OUTPUT);
digitalWrite(27, HIGH);but LED didn't light up.
Thank you.
-
@numian its a ws2812 type addressable led. If you want to use them you should look for neopixel library
-
Fastled library should work
-
Got it!
Thank you!