AndrewMascolo / CountUpDownTimer

MIT License
28 stars 20 forks source link

Time misscalculation #14

Open KuFain opened 8 years ago

KuFain commented 8 years ago

Ssetting timer to 12H, after 5 hours it is already 8 minutes late. After running for few days it may come to an hour. How can I improve time calculation?

AndrewMascolo commented 8 years ago

The library is not meant to be 100% accurate, because the Arduino is bad at doing so. If you need you need to get a RTC module.

Sent from my iPhone

On Sep 12, 2016, at 4:36 PM, KuFain notifications@github.com wrote:

Ssetting timer to 12H, after 5 hours it is already 8 minutes late. After running for few days it may come to an hour. How can I improve time calculation?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.