Andrew Boyson / lpc1768

Dependents:   test-lpc1768 oldheating gps motorhome ... more

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?

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