pinMode (led, OUTPUT); } void loop() { digitalWrite(led, HIGH); // set the ... 回傳值(return value):此處為 void ,意思為不需要回傳任何值。
確定! 回上一頁