CountUpDownTimer icon indicating copy to clipboard operation
CountUpDownTimer copied to clipboard

Results 23 CountUpDownTimer issues
Sort by recently updated
recently updated
newest added

Hey! VS Code swears at the library when compiling a project: lib\CountUpDownTimer/CountUpDownTimer.h: In member function 'void CountUpDownTimer::SetTimer(long unsigned int, long unsigned int, long unsigned int, long unsigned int)': lib\CountUpDownTimer/CountUpDownTimer.h:116:16: error:...

Why do i get "no matching functions for call ..." when running my code when using the CountUpDownTimer? I get it when i try MeisterMax's code as well: #include #include...

My code https://github.com/WojciechowskiMarek/Timer-for-Ozone-generator/blob/main/main.cpp line 174, after counting down not setted T.TimeCheck(). Your sincerely Marek Wojciechowski

Dear Andrew, thanks for the great library! Could you add days into the program or what is the limit to the amount of hours? And how do I make the...

Hi Andrew, I have added a calendar/clock using the Chronodot RTC along with your timer, both works together except when I pause the timer, that stops the clock in the...

Is there a way to query the state of the timer to see if it is running. I use a global boolean variable called isTimerRunning that I set to true...

I was looking for a countdown timer with pause for a project I'm doing. Unfortunately, the countdown timer example doesn't work as written. The call to ResumeTimer in every loop...

Hi. I love this library. I use it all the time. But it seems not to work on the ESP32. I am able to declare one timer and it needs...

Hello There, I have a problem with the library. I have set up a 128x64 display with u8glib. I want it to work as a timer. In my code I...