void setup () { Serial.begin(9600); int i=0; Serial.println(i); //輸出0 (區域變數) } void loop() {} 資料類型 : Arduino 的資料型態與C 語言一樣 ...
確定! 回上一頁