We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7598a commit eba506aCopy full SHA for eba506a
UsingArduino/Arduino-Make/Arduino_Mk.md
@@ -9,3 +9,14 @@ Create a folder conataining **one** Arduino-sketck (.ino or .pde)
9
You can take the files in Example00.
10
11
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