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
There's a serious functionality, probably also performance, issue caused by the runtime selection patch that did away with the preprocessor #define based switch between "PWM locked" and "phase locked" waveform modes.
See libraries/Servo/src/Servo.cpp, in Servo::attach, Servo::detach, Servo::writeMicroseconds the conditional compilation cannot occur.
The text was updated successfully, but these errors were encountered:
dok-net
changed the title
PWM locked support not properly continued by merge
PWM-locked support not properly workiing after "PWM/Phase"-locked merge
Apr 16, 2021
dok-net
changed the title
PWM-locked support not properly workiing after "PWM/Phase"-locked merge
PWM-locked support not properly working after "PWM/Phase"-locked merge
Apr 16, 2021
There's a serious functionality, probably also performance, issue caused by the runtime selection patch that did away with the preprocessor #define based switch between "PWM locked" and "phase locked" waveform modes.
See
libraries/Servo/src/Servo.cpp
, inServo::attach
,Servo::detach
,Servo::writeMicroseconds
the conditional compilation cannot occur.The text was updated successfully, but these errors were encountered: