AnalogWrite. void analogWrite (uint8_t pin, int value). 写模拟引脚参数: pin 引脚编号; value 0到255之间的值, 0对应off, 255对应on. 写一个模拟值(PWM)到引脚.
確定! 回上一頁