本站改版新增arduino频道
from machine import Pin,I2C,PWM
# 定义PWM小风扇马达对象
# freq = 40Mhz duty = 1023 4095 获取的值/最大宽带12bit 4095 * 1023
motor = PWM(Pin(12),duty=(0),freq = 4095) # 4.095khz # 风扇
#马达转动
motor.duty(int((2000/4095) * 1023))
Copyright © 2014 ESP56.com All Rights Reserved
晋ICP备14006235号-22 晋公网安备14108102001165号
执行时间: 0.0096280574798584 seconds