- add LED control with PWM
[moodlight.git] / ircontrol.h
diff --git a/ircontrol.h b/ircontrol.h
new file mode 100644 (file)
index 0000000..b1a42ef
--- /dev/null
@@ -0,0 +1,11 @@
+/* $Id: ircontrol.h,v 1.1 2010/06/26 19:08:18 simimeie Exp $
+ * Functions for the infrared receiver
+ */
+
+#ifndef _IRCONTROL_H_
+#define _IRCONTROL_H_
+
+/* Init infrared receiver (pins) */
+void ircontrol_init(void);
+
+#endif /* _IRCONTROL_H_ */
This page took 0.046496 seconds and 4 git commands to generate.