-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
I'm interested in supporting uno r4 wifi #363
Comments
Sorry, I am not an expert on this library, but have played with it some: What probably needs to happen is to add a new section of code into Adafruit_NeoPixel.cpp,
// END AVR ---------------------------------------------------------------- #elif defined(arm)
Maybe to about:
And add a new #elif defined( Some do it by adding just the right number of NOPs to work. Others might count instruction cycles, or maybe use a timer. Sorry I know not much help. |
It just doesn't work. I attempted to utilize the |
Can you direct me on what should i look first and what are the problems right now?
The text was updated successfully, but these errors were encountered: