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
This waits until a pulse has just been completed to change the compare register values. This attempts to solve isse #16.
servoWrite could cause the signal to be inverted if/when the compare registers were changed at the same time that they matched the timer. This attempts to wait until the timer value is below the smaller compare register to make any changes.
0 commit comments