aboutsummaryrefslogtreecommitdiff
path: root/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell.h')
-rw-r--r--shell.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell.h b/shell.h
new file mode 100644
index 0000000..346beae
--- /dev/null
+++ b/shell.h
@@ -0,0 +1,8 @@
+#ifndef COMMAND_H
+#define COMMAND_H
+
+#define SHELL_BAUD 115200
+
+void shell();
+
+#endif \ No newline at end of file