Driver for the SX1280 RF Transceiver

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

Revision:
12:c4f110f3fe3e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RangingCorrection.h	Thu Nov 08 10:08:44 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef __SX1280_RANGING_CORRECTION_H__
+#define __SX1280_RANGING_CORRECTION_H__
+
+#include "sx1280.h"
+
+namespace Sx1280RangingCorrection
+{
+double GetRangingCorrectionPerSfBwGain( const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const int8_t gain);
+double ComputeRangingCorrectionPolynome(const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const double median);
+}
+
+#endif // __SX1280_RANGING_CORRECTION_H__