int buttonPin = 3; void setup() { Serial.begin(9600); pinMode(buttonPin, INPUT); } void loop() { // ... } loop()描述在创建setup函数,该函数初始化和设置初始值, ...
確定! 回上一頁