summaryrefslogtreecommitdiffstats
path: root/rf_test/rfm.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-11-23 20:03:18 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-11-23 20:03:18 +0800
commitcbe4ea329552b9ca5eb35dccd5b180f7658781ce (patch)
tree4ef34988ff846c3c5d24a3f6be462a53c0856975 /rf_test/rfm.h
parent96631bbf2575ad3fa28d3ecb7fcd970accd07615 (diff)
downloadsmart-home-cbe4ea329552b9ca5eb35dccd5b180f7658781ce.tar.gz
wip: RFM69
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 */