irremote - olikraus/m2tklib GitHub Wiki
Description
Allows access to the IRremote Library. This is implemented as an additional event source for the Arduino Environment.
Reference
Installation
Download the event source from here
http://code.google.com/p/m2tklib/source/browse/dev/arduino/m2esarduinoir.c
Place this file into the utility
folder of m2tklib.
Example
See M2tklib Issue 34.
Usage
The IRremote event source (m2_es_arduino_ir
) must be assigned as second argument to M2tk:
M2tk::M2tk(..., m2_es_arduino_ir, ..., ...)