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:
- 13:5a32a1922fbc
- Parent:
- 11:d3a591c20cd7
- Child:
- 16:675f4d0ee9e9
--- a/SX1276GenericPingPong/GenericPingPong.cpp Tue Jul 11 11:37:03 2017 +0000 +++ b/SX1276GenericPingPong/GenericPingPong.cpp Tue Aug 08 08:49:06 2017 +0000 @@ -101,7 +101,7 @@ { #if( defined ( TARGET_KL25Z ) || defined ( TARGET_LPC11U6X ) ) DigitalOut *led = new DigitalOut(LED2); -#elif defined(TARGET_NUCLEO_L073RZ) +#elif defined(TARGET_NUCLEO_L073RZ) || defined(TARGET_DISCO_L072CZ_LRWAN1) DigitalOut *led = new DigitalOut(LED4); // RX red led3 = new DigitalOut(LED3); // TX blue #else