This is a complete listing of the RS-EDP software for the mbed module to support the RS-EDP platform.

Dependencies:   mbed

Revision:
0:5b7639d1f2c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HeaderFiles/RSEDP_ASC0_UART0.h	Fri Nov 19 09:49:16 2010 +0000
@@ -0,0 +1,11 @@
+/* UART0 Header files */
+/* ****************** */
+
+
+extern void setup_UART0(void);
+/* Setup and configure the serial port for UART0 */
+
+
+extern uint16_t UART0_Receieve_Byte(void);
+/* Receive a byte from UART0 */
+