Simple timer library - Programming - Arduino Forum
I need a timer, that starts counting when told, and stops when told. The millis() function doesn#39;t provide that, as it starts with the program, and can#39;t be paused or stopped. I#39;m looking for something like: timer. starthellip;
more
|