8 lines
182 B
Markdown
8 lines
182 B
Markdown
|
|
This folder is only interesting for developers.
|
||
|
|
You need to install the gcc-avr toolchain and compile with:
|
||
|
|
``` bash
|
||
|
|
$ sudo apt-get install avr-gcc
|
||
|
|
$ sudo make clean
|
||
|
|
$ sudo make
|
||
|
|
```
|