inflop / Countimer

This is simple timer and counter Arduino library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enter seconds using string

NCPlyn opened this issue · comments

Maybe I'm dumb or is there a way to enter seconds that are in String named 'timesec'?

Like,
timer.setCounter(0, 0, ' + timesec + ', timer.COUNT_DOWN, onComplete);
? (This doesn't work btw)

If somebody help me, I will be very happy :)