Hi all,
i'm trying to test Neopixel library with an ESP32 D1 Mini, with a very simple code.
I connected the data pin of the strip led (5 leds) to the pin GPIO16. The code is the following
pixel.Initialize(5,16,pixel.NEO_GRB)
pixel.SetPixelColor(1, 255, 0, 0)
the program compiles without...