From ddff38570db10047a8e5fd2867308305f3740a12 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 1 Oct 2022 22:03:12 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=201382e?= =?UTF-8?q?5650828224bb5fe0ffdd539098b7580409a=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x126x_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html index 15443aa2..c1cfb942 100644 --- a/_s_x126x_8h_source.html +++ b/_s_x126x_8h_source.html @@ -687,7 +687,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
int16_t receive(uint8_t *data, size_t len) override
Blocking binary receive method. Overloads for string-based transmissions are implemented in PhysicalL...
Definition: SX126x.cpp:243
float getCurrentLimit()
Reads current protection limit.
Definition: SX126x.cpp:732
void clearDio1Action()
Clears interrupt service routine to call when DIO1 activates.
Definition: SX126x.cpp:370
-
uint16_t getIrqStatus()
Reads the current IRQ status.
Definition: SX126x.cpp:1366
+
uint16_t getIrqStatus()
Reads the current IRQ status.
Definition: SX126x.cpp:1365
int16_t setSyncWord(uint8_t syncWord, uint8_t controlBits=0x44)
Sets LoRa sync word.
Definition: SX126x.cpp:708
int16_t startReceive(uint32_t timeout=RADIOLIB_SX126X_RX_TIMEOUT_INF)
Interrupt-driven receive method. DIO1 will be activated when full packet is received.
Definition: SX126x.cpp:443
int16_t setRegulatorDCDC()
Set regulator mode to DC-DC.
Definition: SX126x.cpp:1182