summaryrefslogtreecommitdiff
path: root/firmware/debug.h
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2011-10-11 21:50:49 +0200
committerYves Fischer <yvesf-git@xapek.org>2011-10-11 21:50:49 +0200
commit324c5ba9098c1010d0aa8c1e26b95509878ce9f2 (patch)
treef6ef2d537decaa2e1af6d4b9c4c31161b22333ec /firmware/debug.h
downloadmini-octopus-324c5ba9098c1010d0aa8c1e26b95509878ce9f2.tar.gz
mini-octopus-324c5ba9098c1010d0aa8c1e26b95509878ce9f2.zip
Mini-Octopus build from r@171
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);