I made a fork of a generic library that was developed with support for RFM95 LoRa module that I found online. I Made a few changes and made it compatible with hardware limitations of the MAX32620FTHR and MAX32630FTHR module.

Dependents:   MAX326xxFTHR_LoRa_RFM95 MAX326xxFTHR_LoRa_PingPong MAX326xxFTHR_RFM95_LoRa_PingPong MAX326xxFTHR_LoRa_RFM95_PingPong_Example ... more

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
35:c278a826a8e2
Parent:
34:07e89f23c734
diff -r 07e89f23c734 -r c278a826a8e2 sx1276/sx1276-hal.cpp
--- a/sx1276/sx1276-hal.cpp	Sat May 06 11:52:23 2017 +0200
+++ b/sx1276/sx1276-hal.cpp	Sat May 06 13:58:14 2017 +0200
@@ -320,7 +320,8 @@
             if (boardConnected == MURATA_SX1276) {
 	            *_antSwitch = 0;// Murata-RX
 	            *_antSwitchTX = 1; 	// alternate: antSwitchTXBoost = 1
-    		} else {
+                *_antSwitchTXBoost = 0;
+            } else {
                 if (_antSwitch)
 	        		*_antSwitch = 1;
 			}