Skip to content

Commit 65ad698

Browse files
authored
Create AVR_CLI.md
1 parent 776956c commit 65ad698

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)