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,
const 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:73
Derived class for SX1280 modules.
Definition SX1280.h:16
int16_t startRanging(bool master, uint32_t addr, const uint16_t calTable[3][6]=NULL)
Interrupt-driven ranging method.
Definition SX1280.cpp:36
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:143
Derived class for SX1281 modules.
Definition SX1281.h:15