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 has been 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.
The text was updated successfully, but these errors were encountered:
@jprestwo If you add more code in setInterval(), it will be reproduced.
I think this issue occur by the execution time of code block is larger than the timeout, the next loop of setInterval() will hang because the previous one have not finished.
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.
The text was updated successfully, but these errors were encountered: