This is a modified version of the original sources from Adafruit to compile with modern AVR GCC and libc.
Tested with gcc-avr 1:5.4.0+Atmel3.6.1-2build1 and avr-libc 1:2.0.0+Atmel3.6.1-2 on Ubuntu Linux.
- Install
make
,gcc-avr
andavr-libc
(on Linux) cd src
make
- Program with
avrdude
or similar tool
- Project documentation
- Original source code (The source code does not contain any license or copyright information but it is supplied free of charge since 2005, AFAIK)