b1a42efe3c389f3c2926e44a52f03f573d949a17
[moodlight.git] / ircontrol.h
1 /* $Id: ircontrol.h,v 1.1 2010/06/26 19:08:18 simimeie Exp $
2  * Functions for the infrared receiver
3  */
4
5 #ifndef _IRCONTROL_H_
6 #define _IRCONTROL_H_
7
8 /* Init infrared receiver (pins) */
9 void ircontrol_init(void);
10
11 #endif /* _IRCONTROL_H_ */
This page took 0.051438 seconds and 2 git commands to generate.