Driver for the SX1280 RF Transceiver

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RangingCorrection.h Source File

RangingCorrection.h

00001 #ifndef __SX1280_RANGING_CORRECTION_H__
00002 #define __SX1280_RANGING_CORRECTION_H__
00003 
00004 #include "sx1280.h"
00005 
00006 namespace Sx1280RangingCorrection
00007 {
00008 double GetRangingCorrectionPerSfBwGain( const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const int8_t gain);
00009 double ComputeRangingCorrectionPolynome(const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const double median);
00010 }
00011 
00012 #endif // __SX1280_RANGING_CORRECTION_H__