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: main.cpp
- Revision:
- 18:d5527ce82e6b
- Parent:
- 17:98f2528e8399
- Child:
- 19:9f035b9e65ec
diff -r 98f2528e8399 -r d5527ce82e6b main.cpp --- a/main.cpp Fri Feb 23 12:57:25 2018 +0000 +++ b/main.cpp Mon Mar 12 15:00:02 2018 +0000 @@ -22,8 +22,7 @@ */ InitSerial(30*1000, &myled); dprintf("Welcome to the SX1276GenericLib"); - myled = 1; - + dprintf("Starting a simple LoRa PingPong"); SX1276PingPong(); }