]> rtime.felk.cvut.cz Git - fpga/virtex2/uart.git/blobdiff - software/swuart.h
Copied all needed files.
[fpga/virtex2/uart.git] / software / swuart.h
diff --git a/software/swuart.h b/software/swuart.h
new file mode 100644 (file)
index 0000000..140712f
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef SWUART_H
+#define SWUART_H
+
+void serPutc(char);             //send one character over timer_a uart
+extern char rxdata;
+#endif //SWUART_H