math
array
gc
sys
ubinascii
ucollections
uerrno
uhashlib
uheapq
uio
ujson
uos
ure
uselect
usocket
ustruct
utime
uzlib
cmath
btree
framebuf
machine
micropython
network
uctypes
pyb
lcd160cr
screen
uturtle
ubitmap
text
注意: 内存无法在回调(中断)过程中分配,因此在回调中引发的异常不能提供大量信息。如何克服这一限制,请参见:micropython.alloc_emergency_exception_buf 。
pyb.
Timer
Timer.
deinit
反初始化定时器。
禁用任何通道回调(以及关联的中断请求)。停用定时器,并禁用定时器外围设备。
定时器通道用来使用定时器生成/捕捉信号。
使用Timer.channel()方法来创建定时器对象。