-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not compiling with latest neopixelbus #1
Comments
Are you sure you used the NeoPixelBus UartDriven branch? |
I used that diretly from the arduino library mananger. After I installed this branch directly from git it worked .... (I had a minor issue with compiling. RgbColor was not found in neopixel animator, but after adding the include it worked) thx! now I can use hyperion (ambilight) with esp over fadecandy/opc driver :-) |
I will push up a version that works with version 2.0.2 of NeoPixelBus. As far as I can tell, all the features on the UartDriven branch have been merged in the master release branch. And the UartDriven branch will soon be unsupported so now is a good time to switch. |
just replace it with the line NeoPixelBus<NeoGrbFeature, Neo800KbpsMethod> strip(16,2); it worked ...please refer below link |
your code dosen't compile with latest neopixelbus lib 2.0.2
The text was updated successfully, but these errors were encountered: