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:
58:113d2ef978d2
Parent:
55:00c1f5b83920
Child:
59:38e56c85fa44
--- a/sx1276/sx1276.h	Sun May 21 10:48:03 2017 +0200
+++ b/sx1276/sx1276.h	Thu May 25 21:56:39 2017 +0200
@@ -128,12 +128,6 @@
     DioIrqHandler *dioIrq;
 
 
-    /*!
-     * Tx and Rx timers
-     */
-    Timeout txTimeoutTimer;
-    Timeout rxTimeoutTimer;
-    Timeout rxTimeoutSyncWord;
 
     RadioSettings_t settings;