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:
83:019da451b283
Parent:
65:b2d98328fcba
--- a/radio/radio.h	Sun Aug 06 11:28:33 2017 +0200
+++ b/radio/radio.h	Sun Aug 06 14:23:43 2017 +0200
@@ -431,6 +431,13 @@
     virtual int16_t GetRssi ( RadioModems_t modem ) = 0;
 
     /*!
+     * @brief Reads the current frequency error
+     *
+     * @retval frequency error value in [Hz]
+     */
+    virtual int32_t GetFrequencyError( RadioModems_t modem ) = 0;
+
+    /*!
      * @brief Writes the radio register at the specified address
      *
      * @param [IN]: addr Register address