nullstalgia / lufarduino

Build LUFA-powered programs with the familiar Arduino IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lufarduino

Build LUFA-powered programs with the familiar Arduino IDE

Only tested on Linux!

Installation:

Download either a release file, or clone it with

git clone https://github.com/nullstalgia/lufarduino --recursive

Copy lufarduino into /usr/share/arduino/hardware/

Make sure you copy the right folder!

If you did it right, it should be like this:

$> pwd
/usr/share/arduino/hardware/lufarduino/avr/

Notes:

Serial1 (Hardware UART) has been aliased to Serial to allow for certain libraries to compile without breaking.

Thanks to:

Palatis for Arduino-Lufa

Dean Camera for LUFA

About

Build LUFA-powered programs with the familiar Arduino IDE


Languages

Language:C 91.3%Language:C++ 5.7%Language:Objective-C 1.1%Language:Makefile 0.9%Language:Logos 0.4%Language:Shell 0.2%Language:Python 0.1%Language:Assembly 0.1%Language:Pawn 0.1%