void setup(){. Serial.begin(9600);. } void loop(){. for (int i = 0; i < 6; i++){. Serial.println(myStrings[i]);. delay(500);. }.
確定! 回上一頁