HID/Hoodloader_Source/Readme.md
2014-07-10 03:35:39 +02:00

8 lines
224 B
Markdown

This folder is only interesting for developers.
You need to install the gcc-avr toolchain, avr-libc and compile with:
``` bash
$ sudo apt-get install gcc-avr avr-libc
$ cd Hoodloader_Source
$ sudo make clean
$ sudo make
```