added readme
This commit is contained in:
parent
e772cf94da
commit
6a2834849c
@ -1,3 +1,4 @@
|
|||||||
|
### Usage
|
||||||
|
|
||||||
1. Prepare & install
|
1. Prepare & install
|
||||||
1. ```brew tap osx-cross/avr```
|
1. ```brew tap osx-cross/avr```
|
||||||
@ -16,3 +17,8 @@
|
|||||||
2. Download https://git.timovolkmann.de/tvolkmann/avr-vsc-c-demo for sample project. Make sure that paths in ```.vscode/c_cpp_properties.json``` are correct.
|
2. Download https://git.timovolkmann.de/tvolkmann/avr-vsc-c-demo for sample project. Make sure that paths in ```.vscode/c_cpp_properties.json``` are correct.
|
||||||
3. Enter project directory and build with ```$ make all```
|
3. Enter project directory and build with ```$ make all```
|
||||||
4. Flash to Arduino with ```$ make flash```
|
4. Flash to Arduino with ```$ make flash```
|
||||||
|
|
||||||
|
### Helpful resources
|
||||||
|
|
||||||
|
- https://github.com/tilaktilak/atmega328P/blob/master/makefile
|
||||||
|
- tbd
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user