How can I “reset” an Arduino board?

前端 未结 21 1889
不思量自难忘°
不思量自难忘° 2020-12-13 01:07

I\'ve uploaded a sketch to an Arduino Uno whose loop is something like this:

void loop(){
    Serial.println(\"Hello, World!\");
}

So, now,

21条回答
  •  臣服心动
    2020-12-13 01:15

    The only way it worked for me for arduino nano 33 iot is via pressing the reset button on the board continuously many time then press uoplad!

提交回复
热议问题