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

Dependencies:   mbed

Committer:
DavidGilesHitex
Date:
Fri Nov 19 09:49:16 2010 +0000
Revision:
0:5b7639d1f2c4

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DavidGilesHitex 0:5b7639d1f2c4 1 /* UART0 Header files */
DavidGilesHitex 0:5b7639d1f2c4 2 /* ****************** */
DavidGilesHitex 0:5b7639d1f2c4 3
DavidGilesHitex 0:5b7639d1f2c4 4
DavidGilesHitex 0:5b7639d1f2c4 5 extern void setup_UART0(void);
DavidGilesHitex 0:5b7639d1f2c4 6 /* Setup and configure the serial port for UART0 */
DavidGilesHitex 0:5b7639d1f2c4 7
DavidGilesHitex 0:5b7639d1f2c4 8
DavidGilesHitex 0:5b7639d1f2c4 9 extern uint16_t UART0_Receieve_Byte(void);
DavidGilesHitex 0:5b7639d1f2c4 10 /* Receive a byte from UART0 */
DavidGilesHitex 0:5b7639d1f2c4 11