Nuacht

Welcome! This is my solution for the arduino to create a timer. Keep in mind that the oscillator of the arduino is not very preciced and will differ after a few hours. Feel free to use it anywere in ...
After 49 days of running, the millis() timer wraps and SimpleTimer will be broken (it will fire at wrong time). The solution is to use "unsigned long" for all variables in the equation that checks the ...