We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I do have 2 questions about this second() function. First, I have a program that runs for some seconds, than stops. When i try to run it again, the function second() is still keeping its value. The second question is how do i print seconds only one time. So my console will look like that 1 2 3 4 5.. etc.?
Answers
That is grate. So i can change from milis to seconds dividing it by 1000, so the first question is answered, but what about the second one? I still have no ideea how can I print only once, 1, than 2, than 3.. Btw, thanks a lot for millis() function.
The good and old timer example:
That's a basic one...
It might be basic, but I am still new at this program. Thank you a lot for your offered time. It will help me a lot in future.