1 #if !defined(_RADIOLIB_SX1280_H) 2 #define _RADIOLIB_SX1280_H 4 #include "../../TypeDef.h" 6 #if !defined(RADIOLIB_EXCLUDE_SX128X) 8 #include "../../Module.h" 35 int16_t
range(
bool master, uint32_t addr);
55 #ifndef RADIOLIB_GODMODE Derived class for SX1280 modules.
Definition: SX1280.h:17
int16_t range(bool master, uint32_t addr)
Blocking ranging method.
Definition: SX1280.cpp:8
int16_t startRanging(bool master, uint32_t addr)
Interrupt-driven ranging method.
Definition: SX1280.cpp:34
Derived class for SX1281 modules.
Definition: SX1281.h:16
Implements all common low-level SPI/UART/I2C methods to control the wireless module. Every module class contains one private instance of this class.
Definition: Module.h:17
float getRangingResult()
Gets ranging result of the last ranging exchange.
Definition: SX1280.cpp:104
SX1280(Module *mod)
Default constructor.
Definition: SX1280.cpp:4