summaryrefslogtreecommitdiffstats
path: root/nrfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nrfm.h')
-rw-r--r--nrfm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/nrfm.h b/nrfm.h
new file mode 100644
index 0000000..64e227a
--- /dev/null
+++ b/nrfm.h
@@ -0,0 +1,9 @@
+#ifndef RADIO_H
+#define RADIO_H
+
+#include <stdint.h>
+
+void radio_init(uint8_t rxaddr[3]);
+void radio_print_config(void);
+
+#endif