You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/microcontrollers/arduino-uno.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,4 @@ To fix this, see the installation guide for [Linux](../../getting-started/linux/
47
47
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.
48
48
49
49
- 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 -targetarduino /path/to/code`
0 commit comments