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.
Revision 2:5e56875de51b, committed 2018-09-05
- Comitter:
- Wayne Roberts
- Date:
- Wed Sep 05 17:36:22 2018 -0700
- Parent:
- 1:d61373a33691
- Child:
- 3:61705e66043e
- Commit message:
- reset radio chip at start
Changed in this revision
| SX127x.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SX127x.lib Wed Sep 05 17:36:22 2018 -0700 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/dudmuck/code/SX127x/#c48ef2fc3ec9
--- a/main.cpp Tue Jul 17 16:22:54 2018 -0700
+++ b/main.cpp Wed Sep 05 17:36:22 2018 -0700
@@ -53,6 +53,7 @@
Radio::Init(&rev);
+ Radio::radio.hw_reset();
Radio::Standby();
Radio::LoRaModemConfig(BW_KHZ, SPREADING_FACTOR, 1);
Radio::SetChannel(CF_HZ);