summaryrefslogtreecommitdiffstats
path: root/rf_test/rfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'rf_test/rfm.h')
-rw-r--r--rf_test/rfm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rf_test/rfm.h b/rf_test/rfm.h
new file mode 100644
index 0000000..d74dff7
--- /dev/null
+++ b/rf_test/rfm.h
@@ -0,0 +1,10 @@
+#ifndef RFM69_H
+#define RFM69_H
+
+#include <stdint.h>
+
+void rfm_init(void);
+
+void rfm_send(uint8_t addr, uint8_t data);
+
+#endif /* RFM69_H */