summaryrefslogtreecommitdiff
path: root/robot/sercomm.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-09 14:58:59 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-09 14:58:59 +0200
commitbe84308e01ecc9e8de2997ab030420b401e06596 (patch)
tree1efcc385a197800e2b26497e16bf0e59d9e5265f /robot/sercomm.h
parentc30c9250c18513899cee2ddc35071d98d36a7470 (diff)
added boilerplate source and header files
Diffstat (limited to 'robot/sercomm.h')
-rw-r--r--robot/sercomm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/robot/sercomm.h b/robot/sercomm.h
new file mode 100644
index 0000000..58c79b9
--- /dev/null
+++ b/robot/sercomm.h
@@ -0,0 +1,9 @@
+#pragma once
+
+/**
+ * serial pc-robot communication module
+ *
+ * - reads and parses incoming serial data
+ * - sends all data in the message buffer
+ */
+void w2_sercomm_main();