Ken Shirriff 31d80abc3f Fix CRLF issues.
Many problems happen with git due to some machines liking CRLF at the
end of lines, and others linking CR.  To try to straighten this out,
I'm using Unix-style LF (\n) as the line endings.  To make sure your
repository remains consistent, try:

$ git config --global core.autocrlf input

For details, see:
http://help.github.com/dealing-with-lineendings/
2010-05-15 15:21:48 -07:00
2010-05-15 15:21:48 -07:00
2010-05-15 15:21:48 -07:00
2010-05-15 15:21:48 -07:00
2010-05-15 15:21:48 -07:00
2010-01-22 22:08:26 -08:00
2010-01-22 22:08:26 -08:00

This is the IRremote library for the Arduino.

To install, move this directory to:
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, and move the directory as described above.

For details see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html

Copyright 2009 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%