gloob / vusb-for-arduino

V-usb for Arduino with latest versions - Based on old project code.google.com/p/vusb-for-arduino
63 stars 19 forks source link

About TIMER 0 #4

Open cedricp opened 6 years ago

cedricp commented 6 years ago

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