Backing up an unused program in case of future need

Dependencies:   mbed

Committer:
andrewboyson
Date:
Sat Apr 23 20:00:04 2016 +0000
Revision:
3:accba7e07a0d
Separated serial queues into a generic uart module.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 3:accba7e07a0d 1 extern void UartSendPush(char c);
andrewboyson 3:accba7e07a0d 2 extern int UartRecvPull(void);
andrewboyson 3:accba7e07a0d 3 extern void UartBaud(int baud);
andrewboyson 3:accba7e07a0d 4 extern void UartReset(void);
andrewboyson 3:accba7e07a0d 5 extern int UartInit(void);
andrewboyson 3:accba7e07a0d 6 extern int UartMain(void);