diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html index db38a915..aa8a6167 100644 --- a/_s_x126x_8h_source.html +++ b/_s_x126x_8h_source.html @@ -702,7 +702,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
SX126x::randomByte
uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: SX126x.cpp:1223
SX126x::receiveDirect
int16_t receiveDirect() override
Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as SX126x series does...
Definition: SX126x.cpp:316
SX126x::finishTransmit
int16_t finishTransmit() override
Clean up after transmission is done.
Definition: SX126x.cpp:435
-
SX126x::setCurrentLimit
int16_t setCurrentLimit(float currentLimit)
Sets current protection limit. Can be set in 0.25 mA steps.
Definition: SX126x.cpp:727
+
SX126x::setCurrentLimit
int16_t setCurrentLimit(float currentLimit)
Sets current protection limit. Can be set in 2.5 mA steps.
Definition: SX126x.cpp:727
SX126x::transmitDirect
int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: SX126x.cpp:300
SX126x::variablePacketLengthMode
int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX126X_MAX_PACKET_LENGTH)
Set modem in variable packet length mode. Available in FSK mode only.
Definition: SX126x.cpp:1132
SX126x::begin
int16_t begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: SX126x.cpp:12
diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html index 6404a533..bcdde744 100644 --- a/class_l_l_c_c68.html +++ b/class_l_l_c_c68.html @@ -226,7 +226,7 @@ void  Sets LoRa sync word. More...
  int16_t setCurrentLimit (float currentLimit) - Sets current protection limit. Can be set in 0.25 mA steps. More...
+ Sets current protection limit. Can be set in 2.5 mA steps. More...
  float getCurrentLimit ()  Reads current protection limit. More...
diff --git a/class_s_x1261.html b/class_s_x1261.html index 9cb462a1..c64de995 100644 --- a/class_s_x1261.html +++ b/class_s_x1261.html @@ -217,7 +217,7 @@ void  Sets LoRa sync word. More...
  int16_t setCurrentLimit (float currentLimit) - Sets current protection limit. Can be set in 0.25 mA steps. More...
+ Sets current protection limit. Can be set in 2.5 mA steps. More...
  float getCurrentLimit ()  Reads current protection limit. More...
diff --git a/class_s_x1262.html b/class_s_x1262.html index 64da4a73..f1366399 100644 --- a/class_s_x1262.html +++ b/class_s_x1262.html @@ -214,7 +214,7 @@ void  Sets LoRa sync word. More...
  int16_t setCurrentLimit (float currentLimit) - Sets current protection limit. Can be set in 0.25 mA steps. More...
+ Sets current protection limit. Can be set in 2.5 mA steps. More...
  float getCurrentLimit ()  Reads current protection limit. More...
diff --git a/class_s_x1268.html b/class_s_x1268.html index 5f3be791..627030dc 100644 --- a/class_s_x1268.html +++ b/class_s_x1268.html @@ -212,7 +212,7 @@ void  Sets LoRa sync word. More...
  int16_t setCurrentLimit (float currentLimit) - Sets current protection limit. Can be set in 0.25 mA steps. More...
+ Sets current protection limit. Can be set in 2.5 mA steps. More...
  float getCurrentLimit ()  Reads current protection limit. More...
diff --git a/class_s_x126x.html b/class_s_x126x.html index 13be4ceb..73a15bbc 100644 --- a/class_s_x126x.html +++ b/class_s_x126x.html @@ -196,7 +196,7 @@ void  Sets LoRa sync word. More...
  int16_t setCurrentLimit (float currentLimit) - Sets current protection limit. Can be set in 0.25 mA steps. More...
+ Sets current protection limit. Can be set in 2.5 mA steps. More...
  float getCurrentLimit ()  Reads current protection limit. More...
@@ -1489,7 +1489,7 @@ void  -

Sets current protection limit. Can be set in 0.25 mA steps.

+

Sets current protection limit. Can be set in 2.5 mA steps.

Parameters
currentLimitcurrent protection limit to be set in mA.