first preparations for talking to the rfm12 module (note that nothing of
[moodlight.git] / rfm12.h
diff --git a/rfm12.h b/rfm12.h
new file mode 100644 (file)
index 0000000..df96924
--- /dev/null
+++ b/rfm12.h
@@ -0,0 +1,10 @@
+/* $Id: rfm12.h,v 1.1 2010/07/11 09:09:26 simimeie Exp $
+ * Functions for communicating with the rfm12(b) module
+ */
+
+#ifndef __RFM12B_H__
+#define __RFM12B_H__
+
+void rfm12_init(void);
+
+#endif /* __RFM12B_H__ */
This page took 0.042679 seconds and 4 git commands to generate.