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:
1:f979673946c0
Parent:
0:e6ceb13d2d05
Child:
4:f0ce52e94d3f
--- a/sx1276/sx1276.h	Mon Aug 18 14:24:46 2014 +0000
+++ b/sx1276/sx1276.h	Tue Aug 19 07:10:31 2014 +0000
@@ -69,6 +69,8 @@
 	
 	bool isRadioActive;
 	
+	uint8_t boardConnected; //1 = SX1276MB1LAS; 0 = SX1276MB1MAS
+	
 	uint8_t *rxBuffer;
 	
 	uint8_t previousOpMode;