inflop / Countimer

This is simple timer and counter Arduino library.
46 stars 36 forks source link

counter slowing down? #14

Open behem0t opened 5 years ago

behem0t commented 5 years ago

If I modify intervals to some small value or comment out whole refreshClock and Intervals function - timer seems to counting very slow. I think that when I'm using refreshClock function to display time at LCD, even with 1000milis (default) intervals - it's counting a little bit slower than real time. When I'm using my own function (based on millis() ) to refresh LCD and leaving refreschClock function empty - it's seems to count with realtime

inflop commented 1 year ago

You have to be sure you don't use the delay() function in your project and any other library you use inside, does not use this function.