print(tmr.time())
231
> tmr.alarm(0, 5000, tmr.ALARM_SINGLE, function() print(tmr.time()) end)
> 236marcelstoer wrote:Fact is it's seconds.Code: Select allprint(tmr.time())
231
> tmr.alarm(0, 5000, tmr.ALARM_SINGLE, function() print(tmr.time()) end)
> 236
I understand that it's seconds. My question is: how long does it take to wrap back around to zero?