WifiPixels icon indicating copy to clipboard operation
WifiPixels copied to clipboard

Compiling problem with Pixel_Helper.h

Open nrudolph7 opened this issue 8 years ago • 3 comments

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

nrudolph7 avatar May 01 '16 06:05 nrudolph7

Hello, you have to use an older version of NeoPixelBus. The version from 11 May 2015 works fine.

Aircoookie avatar Aug 15 '16 20:08 Aircoookie

@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?

griv avatar Nov 22 '16 13:11 griv

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?

griv avatar Nov 22 '16 13:11 griv