You put the for-loop inside the loop() function which runs endlessly. Simply move it to setup() : void setup() { Serial.begin(9600); for(int ...
確定! 回上一頁