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:
19:71a47bb03fbb
Parent:
18:99c6e44c1672
Child:
20:e05596ba4166
--- a/sx1276/sx1276.cpp	Fri Jul 10 14:24:45 2015 +0000
+++ b/sx1276/sx1276.cpp	Wed Aug 12 14:34:03 2015 +0000
@@ -109,7 +109,7 @@
     SetChannel( initialFreq );
 }
 
-RadioState SX1276::GetState( void )
+RadioState SX1276::GetStatus( void )
 {
     return this->settings.State;
 }