Skip to content

Infrared remote library for Arduino / PIC32: send and receive infrared signals with multiple protocols

License

Notifications You must be signed in to change notification settings

sker65/Arduino-IRremote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the IRremote library originally for the Arduino.

I've done a port for the PIC32 processor family used by various boards.

To download from github (http://github.com/sker65/Arduino-IRremote), 
click on the "Downloads" link in the upper right, click "Download as zip", and get a zip file.  Unzip it and rename the directory shirriff-Arduino-IRremote-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

For PIC boards it depends on the IDE you are using.

After installation you should have files such as:
arduino-1.x/libraries/IRremote/IRremote.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, 2015 Stefan Rinke

About

Infrared remote library for Arduino / PIC32: send and receive infrared signals with multiple protocols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.3%
  • Other 31.7%