class InfraredPlug

The InfraredPlug class provides an interface to the Infrared Plug, to send and receive 36..40 kHz IR signals as used by various appliances and remote controls.

#include <Ports.h> 
#include <RF12.h> // needed to avoid a linker error :(

class InfraredPlug;

Public API