From 2e692072ff53a4a18ac42397deeb35e9b9e040fa Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 7 May 2021 05:28:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=209ac65?= =?UTF-8?q?03bffa6ca578f4113c0554537a9a5dc0db6=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x1280_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_s_x1280_8h_source.html b/_s_x1280_8h_source.html index e570ec77..72b5ccbd 100644 --- a/_s_x1280_8h_source.html +++ b/_s_x1280_8h_source.html @@ -121,7 +121,7 @@ $(document).ready(function(){initNavTree('_s_x1280_8h_source.html',''); initResi
SX1280(Module *mod)
Default constructor.
Definition: SX1280.cpp:4
int16_t startRanging(bool master, uint32_t addr)
Interrupt-driven ranging method.
Definition: SX1280.cpp:34
Derived class for SX1280 modules.
Definition: SX1280.h:17
-
float getRangingResult()
Gets ranging result of the last ranging exchange.
Definition: SX1280.cpp:131
+
float getRangingResult()
Gets ranging result of the last ranging exchange.
Definition: SX1280.cpp:132
Implements all common low-level SPI/UART/I2C methods to control the wireless module....
Definition: Module.h:17
Derived class for SX1281 modules.
Definition: SX1281.h:16
int16_t range(bool master, uint32_t addr)
Blocking ranging method.
Definition: SX1280.cpp:8