Backing up an unused program in case of future need

Dependencies:   mbed

Revision:
3:accba7e07a0d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uart.h	Sat Apr 23 20:00:04 2016 +0000
@@ -0,0 +1,6 @@
+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);