在mircopython里面操作点灯blinker遇到问题板子是esp8266
>>> %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "<stdin>", line 7, in <module> NameError: name 'Blinker' isn't defined
micropython里并没有blinker库,你看到的那个binker的python库不是用在micropython里的。