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).
小白求助大神,为什么我的openMV模块两个对称的LED灯亮度这么低
代码如下:
import time from pyb import LED led = LED(4) def led_blink(led): led.on() time.sleep(500) led.off() time.sleep(500) while(True): led_blink(led)
红外led,发射的是红外光,人眼看不到。
好的,谢谢您