AndrewMascolo

Results 96 comments of AndrewMascolo

Are you using the count down code or the count "up" code? It does both. Sent from my iPhone > On Feb 22, 2016, at 8:12 AM, sooerensen [email protected] wrote:...

Then just subtract your minutes from the overall seconds. Basic math. Sent from my iPhone > On Feb 22, 2016, at 8:42 AM, sooerensen [email protected] wrote: > > Im using...

The answer is among the other comments. It's a line of code you need to fix. Sent from my iPhone > On Mar 1, 2016, at 7:36 AM, fofito13 [email protected]...

The answer is in the other comments Sent from my iPhone > On Mar 13, 2016, at 10:39 AM, MeisterMax [email protected] wrote: > > Hmmm... I've just the same problem....

Sorry about that. I found the issue and I will post the fix soon. The problem was a missing operator ( ! ) in the TimeCheck function. All you need...

Thank you. I fixed the bug in the library and re-uploaded it Sent from my iPhone > On Mar 13, 2016, at 5:05 PM, MeisterMax [email protected] wrote: > > Wow,...

What happens if you are doing something (or decide to put in a delay) and go past the time you set for? Then == doesn't work. Sent from my iPhone...

Do a print of TimeCheck at those times and see if you always see true. I'm betting if you invert the logic i.e. If( !T.TimeCheck(0,0,27)) If (!T.TimeCheck(0,0,20)) . . ....

The library is not meant to be 100% accurate, because the Arduino is bad at doing so. If you need you need to get a RTC module. Sent from my...

Those functions are not to be called repeatedly in the loop unless trigger by something that can pulse them, like a button or a switch. - Andrew Sent from my...