Skip to content

Commit eba506a

Browse files
authored
Update Arduino_Mk.md
1 parent 4f7598a commit eba506a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UsingArduino/Arduino-Make/Arduino_Mk.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ Create a folder conataining **one** Arduino-sketck (.ino or .pde)
99
You can take the files in Example00.
1010

1111
Type ```make``` , that's it 😃
12+
13+
For uploading you need **Avrdude**. which is such a cool tool. The documentation is amazing too.
14+
15+
So just type ```make upload``` , when using usb on the UNO for example.
16+
17+
>[!TIP]
18+
> As you are using Arduino, avrdude is installed in the arduino folder along it's configuration file.
19+
>
20+
> When we use AVR without Arduino, we will need to check if it is installed
21+
>
22+
> ```which avrdude```

0 commit comments

Comments
 (0)