Hello I am working through the Micrpython Programming w ESP projects. I have version 3.
I cannot get the addressable LED strip to work. The ESP32 chip I have runs blink and really all the other previous projects. But it’s not wanting to work with with this script. THere is a IMPORT neopixel in the header.
Do I need to find the neopixel library and load that into the ESP32 first? The instructions do comment that the neopixel library ins an included built-in MicroPython module. If so, how do I verify that?
Thank you
Tom