Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
语句: tim=pyb.Timer(1,freq=100) 报错 明明已经引用了: from pyb import Timer,Pin,UART
from pyb import Timer,Pin,UART 只是把Timer,Pin,UART引入了,但是你没有import pyb