A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Mon Nov 18 08:51:46 2019 +0000
Revision:
84:baec7c1f5618
Parent:
34:d9586fc921dc
Updated LPC1768 library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 3:36ee2aa7945a 1
andrewboyson 3:36ee2aa7945a 2 extern int Uart1GetC(void); // Returns a negative number if no character to read or if there was an error. 0 to 255 otherwise.
andrewboyson 3:36ee2aa7945a 3 extern int Uart1PutC(char c); // Returns zero on success or -1 if the buffer was full or not ready
andrewboyson 34:d9586fc921dc 4 extern void Uart1SetBaud(int baud);
andrewboyson 3:36ee2aa7945a 5 extern void Uart1Init(int baud);