Protoneer / WifiPixels

WifiPixels are a combination of a ESP8266 Wifi unit combined with a NeoPixel(Addressable RGB) LED ring all in one.
http://wiki.protoneer.co.nz/WifiPixels
GNU General Public License v2.0
131 stars 23 forks source link

Compiling problem with Pixel_Helper.h #11

Open nrudolph7 opened 8 years ago

nrudolph7 commented 8 years ago

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

Aircoookie commented 8 years ago

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

griv commented 7 years ago

@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 commented 7 years ago

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?