Replies: 2 comments
-
I've improved the code using Millis() but your lib have doesn't a function to do that?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
There is no "end" for the timer. Code may add a new task even if the timer happens to have no pending tasks.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I appreciate your work and I would know if is possible to show the time remaining until the end.
For example, I have a countdown with a specific time using the function in(), but I want to show the time remaining in a display.
I tried use the function every() but in the looping the time is desynchronized because I have some delays.
An exemple of code to illustrate that.
In this case when the call finishTimer() in the correct time, the counters are on 20000 yet.
Can you help me?
Regards
Beta Was this translation helpful? Give feedback.
All reactions