diff comm.h @ 0:c59513fd84fb

Initial commit of STM32 test code.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 03 Oct 2011 21:19:15 +1030
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/comm.h	Mon Oct 03 21:19:15 2011 +1030
@@ -0,0 +1,11 @@
+#ifndef COMM_H_
+#define COMM_H_
+
+void comm_init(void);
+int  comm_test(void);
+void comm_put(char);
+void comm_puts(const char*);
+char comm_get(void);
+
+#endif
+