Hi guys, i’m using the NeoPixel strip on ESP8266 NodeMCU with this call:
FastLED.addLeds <WS2811, DATA_PIN> (leds, NUM_LEDS);
but the IDE gives me this warning: “No hardware SPI pins defined”
I seen the guides on http://fastled.io and the neopixel does not use the SPI protocol, but 3-wire.
Is it a normal warning or no?