vusb-for-arduino icon indicating copy to clipboard operation
vusb-for-arduino copied to clipboard

About TIMER 0

Open cedricp opened this issue 7 years ago • 0 comments

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() ?

cedricp avatar Mar 15 '18 13:03 cedricp