Skip to content

enternoescape/Arduino-IRremote-Due

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library is no longer maintained. I know a lot of people are using it because the latest version of the more mainstream library does not support the Arudino Due, so this repository shall remain, with the condition that it is unsupported. I will accept pull requests if someone wants to fix something.

This is a copy of the excellent IRremote library for the Arduino modified to work on the Arduino Due while retaining backwards compatibility.

I added send and receive support for a SAMSUNG protocol that Ribeiro Santos provided a send function for in the comments on Ken Sherriff’s website since it works for one of my remotes. The receive function is from http://www.maartendamen.com/2010/05/jeenode-infrared-project-part-1-getting-started/

I added send and receive support for a protocol I’m calling SAMSUNG2 since I learned it from a Samsung remote.

I added a code size and performance optimization that removes the need to calculate a floating point number for TICKS_LOW and TICKS_HIGH.

I added support for the ATTiny85 and Arduino Due.

To download from github (https://github.com/enternoescape/Arduino-IRremote-Due), click on the "Downloads" link in the upper right, click "Download as zip", and get a zip file.  Unzip it and rename the directory enternoescape-Arduino-IRremote-Due-nnn to IRremote

To install, move the downloaded IRremote directory to:
arduino-1.x/libraries/IRremote
where arduino-1.x is your Arduino installation directory

After installation you should have files such as:
arduino-1.x/libraries/IRremote/IRremote2.cpp

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

Copyright 2009-2012 Ken Shirriff

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages