X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=moodlight.git;a=blobdiff_plain;f=ircontrol.h;h=f12a9e5f87a1bb973f1b03e89e7c702b35a7c46b;hp=b1a42efe3c389f3c2926e44a52f03f573d949a17;hb=32eb657a83c04b4a7499c590936da752e5b8c15e;hpb=6dc7afb26d8ca6419bb2d1d0016e62f79a430772 diff --git a/ircontrol.h b/ircontrol.h index b1a42ef..f12a9e5 100644 --- a/ircontrol.h +++ b/ircontrol.h @@ -1,4 +1,4 @@ -/* $Id: ircontrol.h,v 1.1 2010/06/26 19:08:18 simimeie Exp $ +/* $Id: ircontrol.h,v 1.2 2010/06/30 19:38:28 simimeie Exp $ * Functions for the infrared receiver */ @@ -8,4 +8,7 @@ /* Init infrared receiver (pins) */ void ircontrol_init(void); +/* Get received code */ +uint8_t ircontrol_getlastcommand(void); + #endif /* _IRCONTROL_H_ */