SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Revision:
83:019da451b283
Parent:
65:b2d98328fcba
Child:
111:c47d5224a2d1
--- a/sx1276/sx1276.h	Sun Aug 06 11:28:33 2017 +0200
+++ b/sx1276/sx1276.h	Sun Aug 06 14:23:43 2017 +0200
@@ -384,7 +384,14 @@
      * @retval rssiValue Current RSSI value in [dBm]
      */
     virtual int16_t GetRssi ( RadioModems_t modem );
-
+    
+    /*!
+     * @brief Reads the current frequency error
+     *
+     * @retval frequency error value in [Hz]
+     */
+    virtual int32_t GetFrequencyError( RadioModems_t modem );
+    
     /*!
      * @brief Writes the radio register at the specified address
      *