void setup () { Serial.begin(9600); // begin serial communication } void loop() { int j; for(j=0; j < 4; j++ ) // for loop ...
確定! 回上一頁