diff --git a/_module_8h_source.html b/_module_8h_source.html
index 75d63f65..41062102 100644
--- a/_module_8h_source.html
+++ b/_module_8h_source.html
@@ -258,33 +258,33 @@ $(document).ready(function(){initNavTree('_module_8h_source.html',''); initResiz
514 static uint32_t
reflect(uint32_t in, uint8_t bits);
- 525 static void hexdump(
const char* level, uint8_t* data,
size_t len, uint32_t offset = 0, uint8_t width = 1,
bool be =
false);
-
- 533 void regdump(
const char* level, uint16_t start,
size_t len);
-
-
- 536 #if RADIOLIB_DEBUG and defined(RADIOLIB_BUILD_ARDUINO)
- 537 static size_t serialPrintf(
const char* format, ...);
-
-
- 540 #if !RADIOLIB_GODMODE
-
-
- 543 uint32_t csPin = RADIOLIB_NC;
- 544 uint32_t irqPin = RADIOLIB_NC;
- 545 uint32_t rstPin = RADIOLIB_NC;
- 546 uint32_t gpioPin = RADIOLIB_NC;
-
-
- 549 uint32_t rfSwitchPins[
RFSWITCH_MAX_PINS] = { RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC };
- 550 const RfSwitchMode_t *rfSwitchTable =
nullptr;
-
- 552 #if RADIOLIB_INTERRUPT_TIMING
- 553 uint32_t prevTimingLen = 0;
-
-
-
-
+ 526 static void hexdump(
const char* level, uint8_t* data,
size_t len, uint32_t offset = 0, uint8_t width = 1,
bool be =
false);
+
+ 534 void regdump(
const char* level, uint16_t start,
size_t len);
+
+
+ 537 #if RADIOLIB_DEBUG and defined(RADIOLIB_BUILD_ARDUINO)
+ 538 static size_t serialPrintf(
const char* format, ...);
+
+
+ 541 #if !RADIOLIB_GODMODE
+
+
+ 544 uint32_t csPin = RADIOLIB_NC;
+ 545 uint32_t irqPin = RADIOLIB_NC;
+ 546 uint32_t rstPin = RADIOLIB_NC;
+ 547 uint32_t gpioPin = RADIOLIB_NC;
+
+
+ 550 uint32_t rfSwitchPins[
RFSWITCH_MAX_PINS] = { RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC };
+ 551 const RfSwitchMode_t *rfSwitchTable =
nullptr;
+
+ 553 #if RADIOLIB_INTERRUPT_TIMING
+ 554 uint32_t prevTimingLen = 0;
+
+
+
+
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:65
static const size_t RFSWITCH_MAX_PINS
The maximum number of pins supported by the RF switch code. Note: It is not recommended to use this c...
Definition: Module.h:74
int16_t(* SPIcheckStatusCb_t)(Module *mod)
Callback for validation SPI status.
Definition: Module.h:166