#ifndef IRSEND_H
#define IRSEND_H


void irsend_send(char *msg);
void irsend_init(void);

#endif

