Backing up an unused program in case of future need

Dependencies:   mbed

uart.h

Committer:
andrewboyson
Date:
2016-04-23
Revision:
3:accba7e07a0d

File content as of revision 3:accba7e07a0d:

extern void UartSendPush(char c);
extern int  UartRecvPull(void);
extern void UartBaud(int baud);
extern void UartReset(void);
extern int  UartInit(void);
extern int  UartMain(void);