now also supporting "repeat" codes for selected keys.
[moodlight.git] / ircontrol.h
index b1a42efe3c389f3c2926e44a52f03f573d949a17..f12a9e5f87a1bb973f1b03e89e7c702b35a7c46b 100644 (file)
@@ -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_ */
This page took 0.055908 seconds and 4 git commands to generate.