You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: