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@71:2f8af23950de, 2022-06-03 (annotated)
- Committer:
- andrewboyson
- Date:
- Fri Jun 03 11:51:13 2022 +0000
- Revision:
- 71:2f8af23950de
- Parent:
- 15:6f2262eece53
Added can module
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); |