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

Compile errors for teensy_RGB_encoder example #16

Open
jrsphoto opened this issue Nov 29, 2020 · 2 comments
Open

Compile errors for teensy_RGB_encoder example #16

jrsphoto opened this issue Nov 29, 2020 · 2 comments

Comments

@jrsphoto
Copy link

jrsphoto commented Nov 29, 2020

Trying to test some v2.0 encoder boards I have but I'm getting the following compile error:
`C:\Users\jrsph\Documents\Arduino\libraries\ArduinoDuPPaLib-master\src\LEDRing.cpp: In member function 'void LEDRing::LEDRing_ClearAll()':

C:\Users\jrsph\Documents\Arduino\libraries\ArduinoDuPPaLib-master\src\LEDRing.cpp:96:12: error: 'PWM_MODE' was not declared in this scope

PWM_MODE();

        ^

Error compiling for board Teensy 3.2 / 3.1.`

What am I missing?

@Fattoresaimon
Copy link
Owner

Hello,

I have tried but my compiled without problem.
Looks like the problem is in the library of the RGB LED Ring, that i have recently updated.
Please update the library.

Thank you!

@jrsphoto
Copy link
Author

jrsphoto commented Dec 1, 2020

Yep, I was using an older version. Updated and that fixed the problem.

Thank you

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

2 participants