Skip to content

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

License

drayde/Arduino-IRremote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the IRremote Arduino library to add support for sending IR with the ESP32. To use it, pass the pin you connect the IR LED to:

const byte LED_PIN = 21;
IRsend irsend(LED_PIN);

The pin must be capable of doing LEDC PWM.

Check out the original repro for readme, copyright, license etc: https://github.com/z3t0/Arduino-IRremote

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.8%
  • C 19.2%