Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
console.h
- Committer:
- igor_v
- Date:
- 2016-01-30
- Revision:
- 0:8ad47e2b6f00
File content as of revision 0:8ad47e2b6f00:
extern void UART0_Init (void); extern int UART0_SendByte (int ucData); extern void ClearBuFF(void); extern void SendToBuff(unsigned char *input, unsigned int size); extern void SendToBuffStr( char *s); extern void TakeFromBuff(void); extern void ClearBuffIn(void); extern void BuffDataReady(void); extern unsigned int BuffOut[]; extern unsigned int BuffIn[]; extern unsigned int InputIndexBO; extern unsigned int OutputIndexBO; extern unsigned int InputIndexBI; extern unsigned int OutputIndexBI; extern unsigned int OLD_OutputIndex; extern void UART0_SendString (char *s);