WifiPixels
WifiPixels copied to clipboard
Compiling problem with Pixel_Helper.h
Hello! Thank you for all of your great work!
I am getting the following compiling error listed below, and GitHub's status indicator for this firmware seems to show a failed compiling error as well. I am recieving the following error:
C:\Users********\Documents\Arduino\libraries\WifiPixels-master\src/pixel_helper.h:27:5: error: invalid use of template-name 'NeoPixelBus' without an argument list
NeoPixelBus strip = NeoPixelBus(pixelCount, pixelPin);
^
exit status 1
Hello, you have to use an older version of NeoPixelBus. The version from 11 May 2015 works fine.
@Aircoookie I've tried that version but am still not getting any joy. It compiles and uploads but no blinky blinky. @nrudolph7 have you had any luck running the examples?
Ahh sorted it. Looking through the hardware schematic for v1.30 it's running on Pin 4 not Pin 2 as in the examples. Is this a NodeMCU / Arduino pin difference?