换了另一个就对了,这该怎么检查
R
rsnh 发布的帖子
-
OPENMV H7 PLUS 输出方波波形不对
import sensor, image, time
from pyb import Pin, Timertim = Timer( 4 ,freq = 500)
tim.channel(2,Timer.PWM,pin=Pin("P8"),pulse_width_percent=50)
while(True):
time.sleep_ms(1000)