Backing up an unused program in case of future need

Dependencies:   mbed

uart.h

Committer:
andrewboyson
Date:
2018-12-06
Revision:
8:45a0205a298f
Parent:
3:accba7e07a0d

File content as of revision 8:45a0205a298f:

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);