Timer.Alarm()
-
Hello
I use this line of code: timer = Timer.Alarm(self.timer_callback, float(self.wakeInterval), periodic=True)
and machine.idle()wakeInterval is set to 60.0
However, it wakes after about 10 seconds. Is there something wrong here?
-
Is there some other interrupts that are running in the background?