Skip to content

Commit 30e50f2

Browse files
Annadeadprogram
authored andcommitted
Update arduino-uno.md
Make flash command a little more clearer
1 parent b22e385 commit 30e50f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microcontrollers/arduino-uno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ To fix this, see the installation guide for [Linux](../../getting-started/linux/
4747
Programs are loaded onto the Arduino Uno using the `avrdude` command line utility program. You must install this program before you will be able to flash the Arduino Uno board with your TinyGo code.
4848

4949
- Plug your Arduino Uno into your computer's USB port.
50-
- Build and flash your TinyGo program using `tinygo flash -target=arduino`
50+
- Build and flash your TinyGo program using `tinygo flash -target arduino /path/to/code`

0 commit comments

Comments
 (0)