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
Hi,
Just discovering this library, and saw that the begin() methods disable TIMER 0 overflow interrupt. I guess that millis() function won't work after that, but my code needs it.
My question is : is it really necessary, as the TIMER 0 has lower priority than INT0 ? If so, do you know how I can find an alternative to millis() ?
The text was updated successfully, but these errors were encountered:
Hi,
Just discovering this library, and saw that the begin() methods disable TIMER 0 overflow interrupt. I guess that millis() function won't work after that, but my code needs it.
My question is : is it really necessary, as the TIMER 0 has lower priority than INT0 ? If so, do you know how I can find an alternative to millis() ?
The text was updated successfully, but these errors were encountered: