Helmut Tschemernjak / SX1276GenericLib

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 Semtech

Files at this revision

API Documentation at this revision

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;
         }