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 USBDeviceHT max32630fthr
Fork of MAX326xxFTHR_LoRa_PingPong by
Diff: SX1276GenericPingPong/GenericPingPong.cpp
- Revision:
- 6:1b598b0e52e4
- Parent:
- 3:dc560d3e9070
- Child:
- 7:6a8a82bfb0c6
diff -r e3b39ae71d3c -r 1b598b0e52e4 SX1276GenericPingPong/GenericPingPong.cpp --- a/SX1276GenericPingPong/GenericPingPong.cpp Wed May 17 13:50:19 2017 +0000 +++ b/SX1276GenericPingPong/GenericPingPong.cpp Fri May 19 09:54:10 2017 +0000 @@ -150,15 +150,14 @@ RadioEvents.RxDone = OnRxDone; RadioEvents.RxError = OnRxError; RadioEvents.TxTimeout = OnTxTimeout; - RadioEvents.RxTimeout = OnRxTimeout; - Radio->Init( &RadioEvents ); - - // verify the connection with the board - while( Radio->Read( REG_VERSION ) == 0x00 ) - { - dprintf("Radio could not be detected!"); - wait( 1 ); + RadioEvents.RxTimeout = OnRxTimeout; + if (Radio->Init( &RadioEvents ) == false) { + while(1) { + dprintf("Radio could not be detected!"); + wait( 1 ); + } } + switch(Radio->DetectBoardType()) { case SX1276MB1LAS: