diff --git a/_s_t_m32_w_lx_8h_source.html b/_s_t_m32_w_lx_8h_source.html
index f3c2eaf8..c38fff74 100644
--- a/_s_t_m32_w_lx_8h_source.html
+++ b/_s_t_m32_w_lx_8h_source.html
@@ -167,23 +167,23 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
@ MODE_END_OF_TABLE
End of table marker, use END_OF_MODE_TABLE constant instead. Value is zero to ensure zero-initialized...
Definition: Module.h:102
Definition: STM32WLx_Module.h:26
Derived class for STM32WL modules.
Definition: STM32WLx.h:33
-void setChannelScanAction(void(*func)(void)) override
Sets interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:147
-void clearChannelScanAction() override
Clears interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:151
+void setChannelScanAction(void(*func)(void)) override
Sets interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:146
+void clearChannelScanAction() override
Clears interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:150
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: STM32WLx.cpp:13
-void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:127
-void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:117
-void setPacketSentAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:139
+void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:126
+void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:116
+void setPacketSentAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:138
virtual int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 22 dBm.
Definition: STM32WLx.cpp:41
-void clearPacketReceivedAction() override
Clears interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:135
+void clearPacketReceivedAction() override
Clears interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:134
STM32WLx(STM32WLx_Module *mod)
Default constructor.
Definition: STM32WLx.cpp:11
-void clearPacketSentAction() override
Clears interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:143
+void clearPacketSentAction() override
Clears interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:142
OpMode_t
Custom operation modes for STMWLx.
Definition: STM32WLx.h:51
@ MODE_END_OF_TABLE
Definition: STM32WLx.h:53
@ MODE_TX_LP
Definition: STM32WLx.h:59
@ MODE_TX_HP
Definition: STM32WLx.h:61
@ MODE_RX
Definition: STM32WLx.h:57
@ MODE_IDLE
Definition: STM32WLx.h:55
-void setPacketReceivedAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:131
+void setPacketReceivedAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:130
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: STM32WLx.cpp:27
Derived class for SX1262 modules.
Definition: SX1262.h:22
void setRfSwitchTable(const uint32_t(&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[])
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX126x.cpp:1492
diff --git a/class_s_t_m32_w_lx.html b/class_s_t_m32_w_lx.html
index d17a479f..000e6944 100644
--- a/class_s_t_m32_w_lx.html
+++ b/class_s_t_m32_w_lx.html
@@ -855,7 +855,6 @@ bool ReturnsStatus Codes
-- Todo:
- power ramp time configuration
Reimplemented from SX1262.
diff --git a/class_s_x1268.html b/class_s_x1268.html
index a2e586e5..68c94557 100644
--- a/class_s_x1268.html
+++ b/class_s_x1268.html
@@ -790,7 +790,7 @@ bool | ReturnsStatus Codes
-- Todo:
- integers only (all modules - frequency, data rate, bandwidth etc.)
+- Todo:
- integers only (all modules - frequency, data rate, bandwidth etc.)
diff --git a/class_s_x1282.html b/class_s_x1282.html
index 6c93335c..091ac0de 100644
--- a/class_s_x1282.html
+++ b/class_s_x1282.html
@@ -430,7 +430,7 @@ virtual void |
-- Todo:
- implement advanced ranging
+- Todo:
- implement advanced ranging
diff --git a/class_s_x128x.html b/class_s_x128x.html
index 96bceb87..80f2e11c 100644
--- a/class_s_x128x.html
+++ b/class_s_x128x.html
@@ -981,7 +981,7 @@ virtual void |
- Returns
- Expected time-on-air in microseconds.
-- Todo:
- implement this mess - SX1280 datasheet v3.0 section 7.4.4.2
+- Todo:
- implement this mess - SX1280 datasheet v3.0 section 7.4.4.2
Reimplemented from PhysicalLayer.
@@ -2081,7 +2081,7 @@ virtual void |
- Returns
- Status Codes
-- Todo:
- add support for multiple sync words
+- Todo:
- add support for multiple sync words
diff --git a/todo.html b/todo.html
index 10acd50d..bd2856af 100644
--- a/todo.html
+++ b/todo.html
@@ -97,16 +97,14 @@ $(document).ready(function(){initNavTree('todo.html',''); initResizable(); });
use header as address field?
Member Si443x::transmitDirect (uint32_t frf=0) override
integers only
-Member STM32WLx::setOutputPower (int8_t power) override
-power ramp time configuration
Member SX1268::setFrequency (float freq, bool calibrate)
-integers only (all modules - frequency, data rate, bandwidth etc.)
+integers only (all modules - frequency, data rate, bandwidth etc.)
Member SX1282::SX1282 (Module *mod)
-implement advanced ranging
+implement advanced ranging
Member SX128x::getTimeOnAir (size_t len) override
-implement this mess - SX1280 datasheet v3.0 section 7.4.4.2
+implement this mess - SX1280 datasheet v3.0 section 7.4.4.2
Member SX128x::setSyncWord (const uint8_t *syncWord, uint8_t len)
-add support for multiple sync words
+add support for multiple sync words
|