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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Clock ticks on Arduino 101 default to 100 per second, I believe, or 10ms intervals. So this is probably related to that and the fact that we currently sleep for a tick in our main loop.
@jprestwo, you might be interested to look into this.