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
Diff: DeviceProtocol.h
- Revision:
- 78:0ea9d02b7b46
- Parent:
- 77:8d582faecf6b
- Child:
- 79:aecee1718d6a
diff -r 8d582faecf6b -r 0ea9d02b7b46 DeviceProtocol.h --- a/DeviceProtocol.h Sat Mar 05 14:36:42 2016 +0000 +++ b/DeviceProtocol.h Sun Mar 06 19:09:51 2016 +0000 @@ -121,7 +121,7 @@ uint16_t CRC; //Current/final CRC of encoded packet } DeviceProtocolEncoder; -void Receive(void); //Receive requests to receive buffer +//void Receive(void); //Receive requests to receive buffer - receive in UART1 interrupt handler void LineDecode(void); //Decode requests from receive buffer void PinDecode(void); //Decode hardware pin request void Encode(void); //Encode response to transmit buffer
