libspark: add IRMP infrared decoder

This is based on git://gitorious.org/arduino-addons/irmp-arduino.git


Origin commit data
------------------
Branch: master
Commit: 026a6df70d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-05 (Sun, 05 Feb 2012)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-05 19:07:24 +01:00
parent 496e77fb5e
commit b8199ee7b7
5 changed files with 4889 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ noinst_LIBRARIES = libspark.a
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
libspark_a_SOURCES = \
irmp.c \
lt_dfbinput.cpp \
dmx.cpp \
ca.cpp \
@@ -16,3 +17,6 @@ libspark_a_SOURCES = \
playback.cpp \
pwrmngr.cpp \
record.cpp
AM_CPPFLAGS = -DF_INTERRUPTS=20000 -DIRMP_EMBED -DLIRC_IRMP