1#if !defined(_RADIOLIB_SX1280_H)
2#define _RADIOLIB_SX1280_H
4#include "../../TypeDef.h"
6#if !RADIOLIB_EXCLUDE_SX128X
8#include "../../Module.h"
13#define RADIOLIB_SX1280_CHIP_TYPE "SX1280"
34 int16_t
range(
bool master, uint32_t addr, uint16_t calTable[3][6] = NULL);
43 int16_t
startRanging(
bool master, uint32_t addr,
const uint16_t calTable[3][6] = NULL);
68 int32_t getRangingResultCommon(
bool filtered);
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition Module.h:73
Derived class for SX1280 modules.
Definition SX1280.h:19
int16_t startRanging(bool master, uint32_t addr, const uint16_t calTable[3][6]=NULL)
Interrupt-driven ranging method.
Definition SX1280.cpp:28
int32_t getRangingResultRaw()
Gets ranging result of the last ranging exchange.
Definition SX1280.cpp:155
int16_t range(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL)
Blocking ranging method.
Definition SX1280.cpp:9
float getRangingResult()
Gets ranging result of the last ranging exchange.
Definition SX1280.cpp:159
int16_t finishRanging()
Clean up after ranging is done. Will set modem back to LoRa mode.
Definition SX1280.cpp:135
Derived class for SX1281 modules.
Definition SX1281.h:18