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.
Dependencies: BufferedSerial SX1276GenericLib mbed
Fork of TRANSMITTER by
Diff: Transmitter/Transmitter.cpp
- Revision:
- 1:247f19702edd
- Parent:
- 0:acd8e2ba10c5
- Child:
- 2:5ddb3de762a0
--- a/Transmitter/Transmitter.cpp Wed May 23 20:59:12 2018 +0000 +++ b/Transmitter/Transmitter.cpp Wed May 23 21:01:35 2018 +0000 @@ -87,10 +87,6 @@ */ SX1276Generic *Radio; - -const uint8_t PingMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'I', 'N', 'G'};// "PING"; -const uint8_t PongMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'O', 'N', 'G'};// "PONG"; - uint16_t BufferSize = BUFFER_SIZE; uint8_t *Buffer;