class Timer – control internal timers¶
Note: Memory can’t be allocated during a callback (an interrupt) and so
exceptions raised within a callback don’t give much information. See
micropython.alloc_emergency_exception_buf()
for how to get around this
limitation.