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:
53:6d3adad59633
Parent:
51:aef3234bcb71
Child:
54:0d8ea87fbab9
--- a/sx1276/sx1276.h	Thu May 18 11:07:46 2017 +0200
+++ b/sx1276/sx1276.h	Thu May 18 18:34:54 2017 +0200
@@ -493,7 +493,7 @@
     typedef enum {
         RXTimeoutTimer,
         TXTimeoutTimer,
-        RXTimeoutSyncWorldTimer
+        RXTimeoutSyncWordTimer
     } TimeoutTimer_t;