HID/Hoodloader/Readme.md
2014-06-22 00:36:44 +02:00

7 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
```