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:
65:b2d98328fcba
Parent:
64:b721e6ab656a
Child:
83:019da451b283
--- a/sx1276/sx1276.h	Fri Jun 30 16:08:05 2017 +0200
+++ b/sx1276/sx1276.h	Tue Jul 11 13:32:34 2017 +0200
@@ -23,8 +23,8 @@
 #define __SX1276_H__
 
 #include "radio.h"
-#include "./registers/sx1276Regs-Fsk.h"
-#include "./registers/sx1276Regs-LoRa.h"
+#include "sx1276Regs-Fsk.h"
+#include "sx1276Regs-LoRa.h"