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:
106:84fff1b57caa
Parent:
95:36a7fc74e437
--- a/LoRa_TODO.txt	Wed Nov 22 12:14:00 2017 +0100
+++ b/LoRa_TODO.txt	Sun Nov 26 14:40:23 2017 +0100
@@ -1,8 +1,6 @@
-
 Move finished tasks to Done section:
 
 TODOs:
-- add support for Linux - add sx1276-Linux-hal.h/cpp
 - Add support to provide the send/receive packet buffer,
   no need to allocate packet data in the sx1276 driver. Can be provided
   Rx/Tx parameters, this avoids double memory usage