Different function call.
tim = Timer(2)
tim.freq(0.5)
that is not valid
Hi, please stop using the pyb module. Please switch to machine timer: class Timer – control hardware timers — MicroPython 1.20 documentation
Different function call.
tim = Timer(2)
tim.freq(0.5)
that is not valid
Hi, please stop using the pyb module. Please switch to machine timer: class Timer – control hardware timers — MicroPython 1.20 documentation