summaryrefslogtreecommitdiff
path: root/firmware/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/debug.h')
-rw-r--r--firmware/debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/debug.h b/firmware/debug.h
new file mode 100644
index 0000000..8aa15d9
--- /dev/null
+++ b/firmware/debug.h
@@ -0,0 +1,5 @@
+void debug_init(void);
+void debug_deinit(void);
+void debug_write(char *buf);
+unsigned char debug_AsciiToHex(unsigned char high, unsigned char low);
+void debug_SendHex(unsigned char hex);