Skip to content

Lightweight Arduino Library for send/receive IR signal.

License

Notifications You must be signed in to change notification settings

windypaddy-archive/IRRemoteControl

 
 

Repository files navigation

IRRemoteControl

Lightweight Arduino Library to send/receive IR signal.


This library can read codes from flash memory if necessary. So when you are creating variables to store the codes to be sent with this library, you can use the PROGMEM variable modifier.


The advantages of using flash memory

Using flash memory you greatly increase the number of codes that can be put in the sketch.

About

Lightweight Arduino Library for send/receive IR signal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.6%
  • C++ 39.4%