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:
44:544add59b26d
Parent:
42:72deced1a4c4
Child:
46:e78a1d0391ac
diff -r 72deced1a4c4 -r 544add59b26d sx1276/sx1276-mbed-hal.h
--- a/sx1276/sx1276-mbed-hal.h	Mon May 08 22:52:31 2017 +0200
+++ b/sx1276/sx1276-mbed-hal.h	Tue May 09 16:41:16 2017 +0200
@@ -161,7 +161,7 @@
     /*
      * The the Timeout for a given Timer.
      */
-	virtual void SetTimeout(TimeoutTimer_t timer, int timeout_ms);
+	virtual void SetTimeout(TimeoutTimer_t timer, timeoutFuncPtr, int timeout_ms = 0);
 
 public: