aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/radio.h
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2016-07-04 13:39:26 -0500
committerDavid Barksdale <amatus@amatus.name>2016-07-04 13:40:38 -0500
commit93625ee7c24d7b5f7f33fee291ce58a6065c7259 (patch)
tree2a844b465fe7f52518e6ff578224be553cf8f032 /laser-tag software/radio.h
parentc1a714ad3119d16632b6ef6c52b30aaad26d1f5e (diff)
Add some radio code
Diffstat (limited to 'laser-tag software/radio.h')
-rw-r--r--laser-tag software/radio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/laser-tag software/radio.h b/laser-tag software/radio.h
new file mode 100644
index 0000000..de36dd0
--- /dev/null
+++ b/laser-tag software/radio.h
@@ -0,0 +1,6 @@
+#ifndef _RADIO_H_
+#define _RADIO_H_
+
+int radio_init();
+
+#endif