Skip to content

Commit 190a7db

Browse files
committed
Content update (linter fix)
1 parent e9b8c95 commit 190a7db

File tree

1 file changed

+6
-2
lines changed
  • content/hardware/03.nano/boards/nano-r4/tutorials/01.user-manual

1 file changed

+6
-2
lines changed

content/hardware/03.nano/boards/nano-r4/tutorials/01.user-manual/content.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,13 @@ void loop() {
195195

196196
To upload the sketch to the board, click the **Verify** button to compile the sketch and check for errors, then click the **Upload** button to program the device with the sketch.
197197

198-
![Uploading a sketch to the Nano R4 in the Arduino IDE](assets/user-manual-6.gif)
198+
![Uploading a sketch to the Nano R4 in the Arduino IDE](assets/user-manual-5.png)
199199

200-
As shown in the image above, you should see the built-in orange user LED of your Nano R4 board turn on for one second, then turn off for one second, repeating this cycle continuously. Additionally, you can open the Arduino IDE's Serial Monitor (Tools > Serial Monitor) to see the status messages that the sketch sends each time the LED state changes.
200+
As shown in the image above, you should see the built-in orange user LED of your Nano R4 board turn on for one second, then turn off for one second, repeating this cycle continuously.
201+
202+
![Onboard orange user LED blinking](assets/user-manual-6.gif)
203+
204+
Additionally, you can open the Arduino IDE's Serial Monitor (Tools > Serial Monitor) to see the status messages that the sketch sends each time the LED state changes.
201205

202206
![Arduino IDE Serial Monitor output for the Blink sketch](assets/user-manual-7.png)
203207

0 commit comments

Comments
 (0)