#ifndef __INFRARED_H__ #define __INFRARED_H__ #include #include #define IR_LED 33 // IR LED output // IR declarations extern IRsend IrSender; void init_infrared(void); #endif /*__INFRARED_H__*/