- add eepromdata.h
[moodlight.git] / rfm12.h
diff --git a/rfm12.h b/rfm12.h
index df9692453664d5d62a7f80ff699385a2f8e462b3..3873e22effe378a496784f0ce63fbd2ab06ad735 100644 (file)
--- a/rfm12.h
+++ b/rfm12.h
@@ -1,4 +1,4 @@
-/* $Id: rfm12.h,v 1.1 2010/07/11 09:09:26 simimeie Exp $
+/* $Id: rfm12.h,v 1.2 2010/07/24 20:55:48 simimeie Exp $
  * Functions for communicating with the rfm12(b) module
  */
 
@@ -6,5 +6,7 @@
 #define __RFM12B_H__
 
 void rfm12_init(void);
+void rfm12_sendcommand(uint16_t cmd);
+uint32_t rfm12_readstatus(void);
 
 #endif /* __RFM12B_H__ */
This page took 0.049175 seconds and 4 git commands to generate.