Skip to content
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

#if USE_2812_INTERRUPTS throws an undefined error #1

Closed
sjoerdtimmer opened this issue Sep 23, 2015 · 1 comment
Closed

#if USE_2812_INTERRUPTS throws an undefined error #1

sjoerdtimmer opened this issue Sep 23, 2015 · 1 comment

Comments

@sjoerdtimmer
Copy link

You probably mean #ifdef USE_2812_INTERRUPTS?

Your repo didn't compile for me (conflicting copies of strcat so I probably have a different sdk setup).
So I tried to replace ws2812.c (from your other repo) in my current project with ws2812_i2s.c.
It compiles when I replace the #if with an #ifdef. (also copied ws2812_i2s.h and some other headers of course).

@cnlohr
Copy link
Owner

cnlohr commented Oct 8, 2015

Hmm, the two repos work in a bit of a different way... I am afraid I don't really understand what you are changing. Also, I have made a significant number of changes in the last few days including updating to the new SDK. If you can, give it a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants