How can I “reset” an Arduino board?

前端 未结 21 1851
不思量自难忘°
不思量自难忘° 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:25

    Arduino Leonardo board:

    1. Unplug the USB cable
    2. Connect the RX Pin to ground
    3. Plug in the USB cable
    4. Upload a new program
    5. Remove the USB cable
    6. Remove the RX grounding

提交回复
热议问题