Kristian Lauszus 29a056daf2 Added panasonic and JVC protocol
Most work already done by zenwheel, but the sendPanasonic command
didn't work. Sending and decoding is confirmed to work with using both
the JVC and Panasonic protocol.
The library has also been updated to work with Arduino IDE 1.0.
2012-02-08 18:09:18 +01:00
2012-02-08 18:09:18 +01:00
2012-02-08 18:09:18 +01:00
2012-02-08 18:09:18 +01:00
2012-02-08 18:09:18 +01:00
2010-01-22 22:08:26 -08:00
2010-01-22 22:08:26 -08:00
2011-05-05 22:28:58 -07:00

This is the IRremote library for the Arduino.

To install on Arduino 0018 or later, move this directory to:
arduino-00nn/libraries/IRremote
For earlier releases, install into arduino-00nn/hardware/libraries/IRremote

I.e. after installation you should have files such as:
arduino-00nn/hardware/libraries/IRremote/IRremote.cpp

If you're downloading from github (http://github.com/shirriff/Arduino-IRremote), click on the Download Source button in the upper right and get a zip file.  Unzip it, copy and rename the directory shirriff-Arduino-IRremote-nnn to arduino-00nn/libraries/IRremote.  Your directory structure should have arduino-00nn/libraries/IRremote/IRremote.cpp, etc.

For details see the Wiki on github or the blog post http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html

Copyright 2009-2010 Ken Shirriff
Description
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
Readme 1.3 MiB
Languages
C++ 81.3%
C 18.7%