基于ESP32的microPython开发的智能小车
第一课 点亮led #外设LED闪烁 from machine import Pin import time led Pin(22,Pin.OUT) while True:led.on()time.sleep(1)led.off()tim
第一课 点亮led #外设LED闪烁 from machine import Pin import time led Pin(22,Pin.OUT) while True:led.on()time.sleep(1)led.off()tim