Zimin Wang / Mbed 2 deprecated DDRO_Farrari

Dependencies:   mbed-rtos mbed

Fork of DDRO_Farrari by Liangzhen Lai

Revision:
6:d772ad205bc7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/serialIO.h	Tue Feb 11 05:24:56 2014 +0000
@@ -0,0 +1,16 @@
+#ifndef SERIALIO_H
+#define SERIALIO_H
+
+#include "pinout.h"
+
+const int buffer_size = 255;
+
+extern char rx_line[];
+extern char tx_line[];
+// functions for sending data
+extern void send_line();
+extern void Tx_interrupt();
+// functions for receiving data
+extern void read_line();
+extern void Rx_interrupt();
+#endif
\ No newline at end of file