1 #if !defined(_RADIOLIB_SX1280_H)
2 #define _RADIOLIB_SX1280_H
4 #include "../../TypeDef.h"
6 #if !RADIOLIB_EXCLUDE_SX128X
8 #include "../../Module.h"
31 int16_t
range(
bool master, uint32_t addr, uint16_t calTable[3][6] = NULL);
40 int16_t
startRanging(
bool master, uint32_t addr, uint16_t calTable[3][6] = NULL);
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:31
Derived class for SX1280 modules.
Definition: SX1280.h:16
SX1280(Module *mod)
Default constructor.
Definition: SX1280.cpp:5
int16_t range(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL)
Blocking ranging method.
Definition: SX1280.cpp:9
int16_t startRanging(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL)
Interrupt-driven ranging method.
Definition: SX1280.cpp:35
float getRangingResult()
Gets ranging result of the last ranging exchange.
Definition: SX1280.cpp:142
Derived class for SX1281 modules.
Definition: SX1281.h:15