csBlueChip / Arduino-IRremote

Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
GNU Lesser General Public License v2.1
0 stars 0 forks source link

NOTE: THIS NEEDS TO BE FIXED.... PLEASE JUST USE THE LATEST RELEASE AND NOT THE MASTER BRANCH!!!!

IRremote Arduino Library

This library enables you to send and receive using infra-red signals on an arduino.

Check here for tutorials and more information.

Version - 1.00

Installation

  1. Navigate to the Releases page.
  2. Download the latest release.
  3. Extract the zip file
  4. Move the "IRremote" folder that has been extracted to your libraries directory.

Usage

We get a lot of support for different device types. To keep the size of the library manageable we're moving to a model where different device types use a #define statement, for instance:

#define SHARP

You'd put this at the top of your sketch to include the sendSharp() and decodeSharp() methods in your code. This way your sketch only uses the Sharp functions but not the LG, JVC, Sony, etc functions, thus saving you program space that you might want to use for other things. This allows us to support lots of devices without making the library too big.

Contributing

If you want to contribute to this project:

Contributors

Check here

Copyright

Copyright 2009-2012 Ken Shirriff