Skip to content

Commit 38507ac

Browse files
authored
Update Arduino_Mk.md
1 parent 884c4f2 commit 38507ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UsingArduino/Arduino-Make/Arduino_Mk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ You'll find info in the [UsingArduino/README.md](../README.md#arduinomk)
66

77
Create a folder conataining **one** Arduino-sketck (.ino or .pde)
88

9-
You can take the files in Example00.
9+
You can take the files in [Example00](../Example00).
1010

1111
Type ```make``` , that's it 😃
1212

1313
For uploading you need **Avrdude**. which is such a cool tool. The documentation is amazing too.
1414

15-
So just type ```make upload``` , when using usb on the UNO for example.
15+
So just type **```make upload```** , when using usb on the UNO for example.
1616

1717
>[!TIP]
1818
> As you are using Arduino, avrdude is installed in the arduino folder along it's configuration file.

0 commit comments

Comments
 (0)