Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

These project files will allow you to decode an IR pulse.

IRIn contains the code that is loaded on the Arduino or DIY Arduino. It uses 2 libraries:

  • TimerOne which is a timer class, running every 50 microseconds
  • IR which contains the callback procedure that is called from Timer1 and collects the raw data

Note: The input pin that is used in this example is D10 which matches the DIYIRArduino IR receiver output.