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.
Dependents: DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more
Fork of SX1276Lib by
Revision 60:75426c142f6e, committed 2017-05-29
- Comitter:
- Helmut Tschemernjak
- Date:
- Mon May 29 16:58:41 2017 +0200
- Parent:
- 59:38e56c85fa44
- Child:
- 61:08b50780eb91
- Commit message:
- Enabled MURATA_SX1276 for the MURATA_SX1276 chip
Changed in this revision
| LoRa_TODO.txt | Show annotated file Show diff for this revision Revisions of this file |
| sx1276/sx1276-mbed-hal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LoRa_TODO.txt Sat May 27 23:02:56 2017 +0200 +++ b/LoRa_TODO.txt Mon May 29 16:58:41 2017 +0200 @@ -37,6 +37,7 @@ - Added return value to Init, we check for a radio availability (May 2017 Helmut) - Added a RxSignalPending which verifies if we have a signal pending in receive state. (May 2017 Helmut) - Added LoRa bandwidth mapping table, now the SetRx/Tx frequency is in Hz. (May 2017 Helmut) +- Enabled MURATA_SX1276 for the MURATA_SX1276 chip (May 2017 Helmut)
--- a/sx1276/sx1276-mbed-hal.cpp Sat May 27 23:02:56 2017 +0200
+++ b/sx1276/sx1276-mbed-hal.cpp Mon May 29 16:58:41 2017 +0200
@@ -242,7 +242,7 @@
{
if( channel > RF_MID_BAND_THRESH )
{
- if( boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276)
+ if( boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276 || boardConnected == MURATA_SX1276)
{
return RF_PACONFIG_PASELECT_PABOOST;
}

