IRremote Library

This library is available from 86Duino Coding 104 and is an 86Duino porting of Ken Shirriff’s IRremote library.

There are many Arduino-based tutorials of the IRremote library on the internet, which also apply to 86Duino; the following are some of them for one’s reference:

In addition, you may be interested in reading the IR sensor tutorial of adafruit.

Limits

The IRremote library of 86Duino employs the internal timer that are also used by the functions tone() and analogWrite(32), as well as the the MsTimer2 library; so when using this library, one should avoid calling both tone() and analogWrite(32), as well as the MsTimer2 library, at the same time.


Libraries Reference Home

The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.