From ed0e1d77b65032674b28f48e7d07f8a42e7bcd69 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 14 Jun 2021 19:18:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2083121?= =?UTF-8?q?c151864d1a31d8ee136e9131ae69a7e9c3f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x128x_8h_source.html | 4 ++-- class_s_x126x.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_s_x128x_8h_source.html b/_s_x128x_8h_source.html index 4c88f5d6..db230ba7 100644 --- a/_s_x128x_8h_source.html +++ b/_s_x128x_8h_source.html @@ -617,8 +617,8 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
int16_t standby() override
Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...
Definition: SX128x.cpp:437
int16_t receiveDirect() override
Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as SX128x series does...
Definition: SX128x.cpp:368
int16_t setAccessAddress(uint32_t addr)
Sets BLE access address.
Definition: SX128x.cpp:1007
-
void readBit(RADIOLIB_PIN_TYPE pin)
Dummy method, to ensure PhysicalLayer compatibility.
-
void setDirectAction(void(*func)(void))
Dummy method, to ensure PhysicalLayer compatibility.
+
void readBit(RADIOLIB_PIN_TYPE pin)
Dummy method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1161
+
void setDirectAction(void(*func)(void))
Dummy method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1155
int16_t setDataShaping(uint8_t sh) override
Sets time-bandwidth product of Gaussian filter applied for shaping. Allowed values are RADIOLIB_SHAPI...
Definition: SX128x.cpp:834
uint8_t random()
Dummy random method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1149
int16_t startReceive(uint16_t timeout=SX128X_RX_TIMEOUT_INF)
Interrupt-driven receive method. DIO1 will be activated when full packet is received.
Definition: SX128x.cpp:521
diff --git a/class_s_x126x.html b/class_s_x126x.html index ffbb9828..2573eeb8 100644 --- a/class_s_x126x.html +++ b/class_s_x126x.html @@ -2463,7 +2463,6 @@ void SX126x.h
  • src/modules/SX126x/SX126x.cpp
  • -
  • src/modules/SX128x/SX128x.cpp