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 1dbe9fe commit 5d04ebcCopy full SHA for 5d04ebc
LearningAvrC/Examples/AVR_CLI.md
@@ -0,0 +1,14 @@
1
+# How to code from Terminal
2
+
3
+>[!TIP]
4
+> Copy `blink.c` and `Makefile` to a folder (eg. **\<your dev folder\>/AVR_C/Lesson00**)
5
+>
6
+> ***edit Makefile*** to adapt PRGMER to your case/port
7
8
+> open terminal there and\
9
+> go `make <TAB> <TAB>` to see possible targets
10
11
+> Finally : `make` or `make upload`
12
13
+>[!NOTE]
14
+> I piped the `avr-readelf` output through `less` for readability
0 commit comments