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 884c4f2 commit 38507acCopy full SHA for 38507ac
UsingArduino/Arduino-Make/Arduino_Mk.md
@@ -6,13 +6,13 @@ You'll find info in the [UsingArduino/README.md](../README.md#arduinomk)
6
7
Create a folder conataining **one** Arduino-sketck (.ino or .pde)
8
9
-You can take the files in Example00.
+You can take the files in [Example00](../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.
+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.
0 commit comments