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.
Dependents: test-lpc1768 oldheating gps motorhome ... more
serialpc.h@15:6f2262eece53, 2018-12-06 (annotated)
- Committer:
- andrewboyson
- Date:
- Thu Dec 06 16:06:20 2018 +0000
- Revision:
- 15:6f2262eece53
Renamed uart0 to serialpc
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| andrewboyson | 15:6f2262eece53 | 1 | extern int SerialPcGetC(void); // Returns a negative number if no character to read or if there was an error. 0 to 255 otherwise. |
| andrewboyson | 15:6f2262eece53 | 2 | extern int SerialPcPutC(char c); // Returns zero on success or -1 if the buffer was full or not ready |
| andrewboyson | 15:6f2262eece53 | 3 | extern void SerialPcInit(int baud); |