SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

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

Revision:
82:b93c4169ce41
Parent:
81:d288917af0ce
Child:
83:019da451b283
--- a/sx1276/sx1276.cpp	Sat Aug 05 16:08:26 2017 +0200
+++ b/sx1276/sx1276.cpp	Sun Aug 06 11:28:33 2017 +0200
@@ -55,12 +55,12 @@
     {  10400, 1 }, // 10.4 kHz requires TCXO
     {  15600, 2 }, // 15.6 kHz requires TCXO
     {  20800, 3 }, // 20.8 kHz requires TCXO
-    {  31200, 4 }, // 31.2 kHz requires TCXO
-    {  41400, 5 }, // 41.4 kHz requires TCXO
+    {  31250, 4 }, // 31.25 kHz requires TCXO
+    {  41700, 5 }, // 41.7 kHz requires TCXO
     {  62500, 6 }, // 62.5 kHz requires TCXO
-    { 125000, 7 }, // the LoRa protocol default
-    { 250000, 8 },
-    { 500000, 9 },
+    { 125000, 7 }, // 125 kHz the LoRa protocol default
+    { 250000, 8 }, // 250 kHz
+    { 500000, 9 }, // 500 kHz
     { 600000, 10 },  // Invalid Bandwidth, reserved
  };