Skip to content

cristbjesus/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.