- add eepromdata.h
[moodlight.git] / ircontrol.h
CommitLineData
32eb657a 1/* $Id: ircontrol.h,v 1.2 2010/06/30 19:38:28 simimeie Exp $
17aea8ef 2 * Functions for the infrared receiver
3 */
4
5#ifndef _IRCONTROL_H_
6#define _IRCONTROL_H_
7
8/* Init infrared receiver (pins) */
9void ircontrol_init(void);
10
32eb657a 11/* Get received code */
12uint8_t ircontrol_getlastcommand(void);
13
17aea8ef 14#endif /* _IRCONTROL_H_ */
This page took 0.050226 seconds and 4 git commands to generate.