HID/Hoodloader/Readme.md

8 lines
182 B
Markdown
Raw Normal View History

2014-06-21 22:32:31 +00:00
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
```