int outpin = 29; int val = 0; void setup() { pinMode(outpin, OUTPUT); // set the PWM pin as OUTPUT } void loop() { analogWrite(outpin, ...
確定! 回上一頁