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
Test ticker: remove attach/detach, not good for timing
Use 2 tickers, one at periods 0,2,4... and other one 1,3,5,... This way we
get a callback every 1 millisecond, do not require attach/detach that was
causing drifts for some platforms that have 16bit tickers, and are very close
to the 5 percent tolerance.
0 commit comments