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
JarekParal
changed the title
Fix bug in attach() and detach() channels
Fix implementation of the selecting and releasing the channels in attach() and detach()
Mar 1, 2019
Not very good implementation of the selecting and releasing the channels for the
ledcSetup()
function:https://github.com/RoboticsBrno/ESP32-Arduino-Servo-Library/blob/master/src/Servo.cpp#L49
Tip: implement by std:bitset to remember used channels.
The text was updated successfully, but these errors were encountered: