diff --git a/_s_x127x_8h_source.html b/_s_x127x_8h_source.html
index 18b98c41..f9fbdc27 100644
--- a/_s_x127x_8h_source.html
+++ b/_s_x127x_8h_source.html
@@ -738,95 +738,98 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
- 993 int16_t
setRSSIConfig(uint8_t smoothingSamples, int8_t offset = 0);
-
-
-
-
+
+
+ 1002 int16_t
setRSSIConfig(uint8_t smoothingSamples, int8_t offset = 0);
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
- 1074 void readBit(RADIOLIB_PIN_TYPE pin);
-
-
+
+
+
+
+ 1083 void readBit(RADIOLIB_PIN_TYPE pin);
-
-
-
-
-
-
- 1104 #if !defined(RADIOLIB_GODMODE) && !defined(RADIOLIB_LOW_LEVEL)
-
-
-
-
- 1109 #if !defined(RADIOLIB_GODMODE)
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
- 1119 bool _crcEnabled =
false;
- 1120 size_t _packetLength = 0;
+ 1113 #if !defined(RADIOLIB_GODMODE) && !defined(RADIOLIB_LOW_LEVEL)
+
+
+
+
+ 1118 #if !defined(RADIOLIB_GODMODE)
+
+
- 1122 int16_t setFrequencyRaw(
float newFreq);
-
- 1124 int16_t configFSK();
- 1125 int16_t getActiveModem();
- 1126 int16_t directMode();
- 1127 int16_t setPacketMode(uint8_t mode, uint8_t len);
-
- 1129 #if !defined(RADIOLIB_GODMODE)
-
-
- 1132 float _dataRate = 0;
- 1133 bool _packetLengthQueried =
false;
- 1134 uint8_t _packetLengthConfig = RADIOLIB_SX127X_PACKET_VARIABLE;
-
- 1136 bool findChip(uint8_t ver);
- 1137 int16_t setMode(uint8_t mode);
- 1138 int16_t setActiveModem(uint8_t modem);
- 1139 void clearIRQFlags();
- 1140 void clearFIFO(
size_t count);
- 1148 static uint8_t calculateBWManExp(
float bandwidth);
-
- 1150 virtual void errataFix(
bool rx) = 0;
-
-
-
-
-
+
+
+
+
+
+
+ 1128 bool _crcEnabled =
false;
+
+ 1130 size_t _packetLength = 0;
+
+ 1132 int16_t setFrequencyRaw(
float newFreq);
+
+ 1134 int16_t configFSK();
+ 1135 int16_t getActiveModem();
+ 1136 int16_t directMode();
+ 1137 int16_t setPacketMode(uint8_t mode, uint8_t len);
+
+ 1139 #if !defined(RADIOLIB_GODMODE)
+
+
+ 1142 float _dataRate = 0;
+ 1143 bool _packetLengthQueried =
false;
+ 1144 uint8_t _packetLengthConfig = RADIOLIB_SX127X_PACKET_VARIABLE;
+
+ 1146 bool findChip(uint8_t ver);
+ 1147 int16_t setMode(uint8_t mode);
+ 1148 int16_t setActiveModem(uint8_t modem);
+ 1149 void clearIRQFlags();
+ 1150 void clearFIFO(
size_t count);
+ 1158 static uint8_t calculateBWManExp(
float bandwidth);
+
+ 1160 virtual void errataFix(
bool rx) = 0;
+
+
+
+
+
int16_t transmit(__FlashStringHelper *fstr, uint8_t addr=0)
Arduino Flash String transmit method.
Definition: PhysicalLayer.cpp:10
int16_t setNodeAddress(uint8_t nodeAddr)
Sets FSK node address. Calling this method will enable address filtering. Only available in FSK mode.
Definition: SX127x.cpp:886
-int8_t getTempRaw()
Reads uncalibrated temperature value. This function will change operating mode and should not be call...
Definition: SX127x.cpp:1148
+int8_t getTempRaw()
Reads uncalibrated temperature value. This function will change operating mode and should not be call...
Definition: SX127x.cpp:1158
int16_t startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS)
Interrupt-driven receive method. DIO0 will be activated when full valid packet is received.
Definition: SX127x.cpp:365
-void clearFHSSInt(void)
Clear the FHSS interrupt.
Definition: SX127x.cpp:1377
-int16_t invertIQ(bool invertIQ)
Enables/disables Invert the LoRa I and Q signals.
Definition: SX127x.cpp:1337
+void clearFHSSInt(void)
Clear the FHSS interrupt.
Definition: SX127x.cpp:1387
+int16_t invertIQ(bool invertIQ)
Enables/disables Invert the LoRa I and Q signals.
Definition: SX127x.cpp:1347
int16_t setAFCAGCTrigger(uint8_t trigger)
Controls trigger of AFC and AGC.
Definition: SX127x.cpp:852
-int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Only available in FSK mode. Allowed values are RADIOLIB_ENCODING_NRZ,...
Definition: SX127x.cpp:1071
+int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Only available in FSK mode. Allowed values are RADIOLIB_ENCODING_NRZ,...
Definition: SX127x.cpp:1081
void setDio1Action(void(*func)(void))
Set interrupt service routine function to call when DIO1 activates.
Definition: SX127x.cpp:425
-void readBit(RADIOLIB_PIN_TYPE pin)
Function to read and process data bit in direct reception mode.
Definition: SX127x.cpp:1361
+void readBit(RADIOLIB_PIN_TYPE pin)
Function to read and process data bit in direct reception mode.
Definition: SX127x.cpp:1371
int16_t enableBitSync()
Enable Bit synchronizer.
Definition: SX127x.cpp:964
-void setDirectAction(void(*func)(void))
Set interrupt service routine function to call when data bit is receveid in direct mode.
Definition: SX127x.cpp:1357
+void setDirectAction(void(*func)(void))
Set interrupt service routine function to call when data bit is receveid in direct mode.
Definition: SX127x.cpp:1367
int16_t sleep()
Sets the LoRa module to sleep to save power. Module will not be able to transmit or receive any data ...
Definition: SX127x.cpp:274
int16_t readData(uint8_t *data, size_t len) override
Reads data that was received after calling startReceive method. This method reads len characters.
Definition: SX127x.cpp:508
int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK)
Set modem in variable packet length mode. Available in FSK mode only.
Definition: SX127x.cpp:1044
@@ -844,15 +847,15 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
float getDataRate() const
Get data rate of the latest transmitted packet.
Definition: SX127x.cpp:735
int16_t transmit(uint8_t *data, size_t len, uint8_t addr=0) override
Binary transmit method. Will transmit arbitrary binary data up to 255 bytes long using LoRa or up to ...
Definition: SX127x.cpp:142
int16_t setOokFixedOrFloorThreshold(uint8_t value)
Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Pe...
Definition: SX127x.cpp:940
-void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: SX127x.cpp:1115
+void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: SX127x.cpp:1125
int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK)
Set modem in fixed packet length mode. Available in FSK mode only.
Definition: SX127x.cpp:1040
int16_t disableAddressFiltering()
Disables FSK address filtering.
Definition: SX127x.cpp:914
int16_t transmitDirect(uint32_t frf=0) override
Enables direct transmission mode on pins DIO1 (clock) and DIO2 (data). While in direct mode,...
Definition: SX127x.cpp:290
int16_t startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override
Interrupt-driven binary transmit method. Will start transmitting arbitrary binary data up to 255 byte...
Definition: SX127x.cpp:439
int16_t setBroadcastAddress(uint8_t broadAddr)
Sets FSK broadcast address. Calling this method will enable address filtering. Only available in FSK ...
Definition: SX127x.cpp:900
float getAFCError()
Gets current AFC error.
Definition: SX127x.cpp:708
-uint8_t getModemStatus()
Reads modem status. Only available in LoRa mode.
Definition: SX127x.cpp:1105
-uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: SX127x.cpp:1119
+uint8_t getModemStatus()
Reads modem status. Only available in LoRa mode.
Definition: SX127x.cpp:1115
+uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: SX127x.cpp:1129
int16_t standby() override
Sets the LoRa module to standby.
Definition: SX127x.cpp:282
Base class for SX127x series. All derived classes for SX127x (e.g. SX1278 or SX1272) inherit from thi...
Definition: SX127x.h:547
float getSNR()
Gets signal-to-noise ratio of the latest received packet. Only available in LoRa mode.
Definition: SX127x.cpp:724
@@ -863,25 +866,26 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:14
int16_t receive(String &str, size_t len=0)
Arduino String receive method.
Definition: PhysicalLayer.cpp:100
void clearDio0Action()
Clears interrupt service routine to call when DIO0 activates.
Definition: SX127x.cpp:421
-uint16_t getIRQFlags()
Reads currently active IRQ flags, can be used to check which event caused an interrupt....
Definition: SX127x.cpp:1090
+uint16_t getIRQFlags()
Reads currently active IRQ flags, can be used to check which event caused an interrupt....
Definition: SX127x.cpp:1100
int16_t setOokPeakThresholdDecrement(uint8_t value)
Period of decrement of the RSSI threshold in the OOK demodulator.
Definition: SX127x.cpp:948
-int16_t setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0)
Sets RSSI measurement configuration in FSK mode.
Definition: SX127x.cpp:1048
+int16_t setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0)
Sets RSSI measurement configuration in FSK mode.
Definition: SX127x.cpp:1058
int16_t setOokThresholdType(uint8_t type)
Selects the type of threshold in the OOK data slicer.
Definition: SX127x.cpp:932
int16_t setAFCBandwidth(float afcBw)
Sets FSK automatic frequency correction bandwidth. Allowed values range from 2.6 to 250 kHz....
Definition: SX127x.cpp:826
int16_t setOOK(bool enableOOK)
Enables/disables OOK modulation instead of FSK.
Definition: SX127x.cpp:972
-int16_t setFHSSHoppingPeriod(uint8_t freqHoppingPeriod)
Sets the hopping period and enables FHSS.
Definition: SX127x.cpp:1365
+int16_t setFHSSHoppingPeriod(uint8_t freqHoppingPeriod)
Sets the hopping period and enables FHSS.
Definition: SX127x.cpp:1375
int16_t setRxBandwidth(float rxBw)
Sets FSK receiver bandwidth. Allowed values range from 2.6 to 250 kHz. Only available in FSK mode.
Definition: SX127x.cpp:810
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:16
int16_t scanChannel()
Performs scan for valid LoRa preamble in the current channel.
Definition: SX127x.cpp:254
-uint8_t getFHSSHoppingPeriod(void)
Gets FHSS hopping period.
Definition: SX127x.cpp:1369
+uint8_t getFHSSHoppingPeriod(void)
Gets FHSS hopping period.
Definition: SX127x.cpp:1379
int16_t receive(uint8_t *data, size_t len) override
Binary receive method. Will attempt to receive arbitrary binary data up to 255 bytes long using LoRa ...
Definition: SX127x.cpp:209
-int16_t getChipVersion()
Read version SPI register. Should return SX1278_CHIP_VERSION (0x12) or SX1272_CHIP_VERSION (0x22) if ...
Definition: SX127x.cpp:1144
+int16_t getChipVersion()
Read version SPI register. Should return SX1278_CHIP_VERSION (0x12) or SX1272_CHIP_VERSION (0x22) if ...
Definition: SX127x.cpp:1154
+int16_t setCrcFiltering(bool crcOn=true)
Enable CRC filtering and generation.
Definition: SX127x.cpp:1048
size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: SX127x.cpp:1012
SX127x(Module *mod)
Default constructor. Called internally when creating new LoRa instance.
Definition: SX127x.cpp:4
int16_t packetMode()
Disables direct mode and enables packet mode, allowing the module to receive packets....
Definition: SX127x.cpp:356
int16_t setCurrentLimit(uint8_t currentLimit)
Sets current limit for over current protection at transmitter amplifier. Allowed values range from 45...
Definition: SX127x.cpp:602
float getFrequencyError(bool autoCorrect=false)
Gets frequency error of the latest received packet.
Definition: SX127x.cpp:655
-uint8_t getFHSSChannel(void)
Gets the FHSS channel in use.
Definition: SX127x.cpp:1373
+uint8_t getFHSSChannel(void)
Gets the FHSS channel in use.
Definition: SX127x.cpp:1383
int16_t startTransmit(String &str, uint8_t addr=0)
Interrupt-driven Arduino String transmit method. Unlike the standard transmit method,...
Definition: PhysicalLayer.cpp:51
diff --git a/class_r_f_m95-members.html b/class_r_f_m95-members.html
index 11933c46..ddc0fd47 100644
--- a/class_r_f_m95-members.html
+++ b/class_r_f_m95-members.html
@@ -147,55 +147,56 @@ $(document).ready(function(){initNavTree('class_r_f_m95.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1278 | |
setCRC(bool enable, bool mode=false) | SX1278 | |
-
setCurrentLimit(uint8_t currentLimit) | SX127x | |
-
setDataShaping(uint8_t sh) override | SX1278 | virtual |
-
setDataShapingOOK(uint8_t sh) | SX1278 | |
-
setDio0Action(void(*func)(void)) | SX127x | |
-
setDio1Action(void(*func)(void)) | SX127x | |
-
setDirectAction(void(*func)(void)) | SX127x | virtual |
-
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
-
setEncoding(uint8_t encoding) override | SX127x | virtual |
-
setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
-
setFrequency(float freq) | RFM95 | |
-
setFrequencyDeviation(float freqDev) override | SX127x | virtual |
-
setGain(uint8_t gain) | SX1278 | |
-
setNodeAddress(uint8_t nodeAddr) | SX127x | |
-
setOOK(bool enableOOK) | SX127x | |
-
setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
-
setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
-
setOokPeakThresholdStep(uint8_t value) | SX127x | |
-
setOokThresholdType(uint8_t type) | SX127x | |
-
setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
-
setPreambleLength(uint16_t preambleLength) | SX127x | |
-
setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
-
setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
-
setRxBandwidth(float rxBw) | SX127x | |
-
setSpreadingFactor(uint8_t sf) | SX1278 | |
-
setSyncWord(uint8_t syncWord) | SX127x | |
-
setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
-
sleep() | SX127x | |
-
standby() override | SX127x | virtual |
-
startChannelScan() | SX127x | |
-
startDirect() | PhysicalLayer | |
-
startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
-
startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
-
startTransmit(String &str, uint8_t addr=0) | SX127x | |
-
startTransmit(const char *str, uint8_t addr=0) | SX127x | |
-
startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
-
PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
-
PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
-
SX1278(Module *mod) | SX1278 | |
-
SX127x(Module *mod) | SX127x | |
-
transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
-
transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
-
transmit(String &str, uint8_t addr=0) | SX127x | |
-
transmit(const char *str, uint8_t addr=0) | SX127x | |
-
transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
-
PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
-
PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
-
PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
-
transmitDirect(uint32_t frf=0) override | SX127x | virtual |
-
variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+
setCrcFiltering(bool crcOn=true) | SX127x | |
+
setCurrentLimit(uint8_t currentLimit) | SX127x | |
+
setDataShaping(uint8_t sh) override | SX1278 | virtual |
+
setDataShapingOOK(uint8_t sh) | SX1278 | |
+
setDio0Action(void(*func)(void)) | SX127x | |
+
setDio1Action(void(*func)(void)) | SX127x | |
+
setDirectAction(void(*func)(void)) | SX127x | virtual |
+
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+
setEncoding(uint8_t encoding) override | SX127x | virtual |
+
setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+
setFrequency(float freq) | RFM95 | |
+
setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+
setGain(uint8_t gain) | SX1278 | |
+
setNodeAddress(uint8_t nodeAddr) | SX127x | |
+
setOOK(bool enableOOK) | SX127x | |
+
setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+
setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+
setOokPeakThresholdStep(uint8_t value) | SX127x | |
+
setOokThresholdType(uint8_t type) | SX127x | |
+
setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
+
setPreambleLength(uint16_t preambleLength) | SX127x | |
+
setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+
setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+
setRxBandwidth(float rxBw) | SX127x | |
+
setSpreadingFactor(uint8_t sf) | SX1278 | |
+
setSyncWord(uint8_t syncWord) | SX127x | |
+
setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+
sleep() | SX127x | |
+
standby() override | SX127x | virtual |
+
startChannelScan() | SX127x | |
+
startDirect() | PhysicalLayer | |
+
startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+
startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+
startTransmit(String &str, uint8_t addr=0) | SX127x | |
+
startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+
startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+
PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+
PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+
SX1278(Module *mod) | SX1278 | |
+
SX127x(Module *mod) | SX127x | |
+
transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+
transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+
transmit(String &str, uint8_t addr=0) | SX127x | |
+
transmit(const char *str, uint8_t addr=0) | SX127x | |
+
transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+
PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+
PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+
PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+
transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+
variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_r_f_m95.html b/class_r_f_m95.html
index 54452fba..69987ce5 100644
--- a/class_r_f_m95.html
+++ b/class_r_f_m95.html
@@ -321,6 +321,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_r_f_m96-members.html b/class_r_f_m96-members.html
index 6ad1969b..a2baa3c9 100644
--- a/class_r_f_m96-members.html
+++ b/class_r_f_m96-members.html
@@ -147,55 +147,56 @@ $(document).ready(function(){initNavTree('class_r_f_m96.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1278 | |
setCRC(bool enable, bool mode=false) | SX1278 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1278 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1278 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | RFM96 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1278 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | SX1278 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1278(Module *mod) | SX1278 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1278 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1278 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | RFM96 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1278 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | SX1278 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1278(Module *mod) | SX1278 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_r_f_m96.html b/class_r_f_m96.html
index 1f90cf46..6118dee1 100644
--- a/class_r_f_m96.html
+++ b/class_r_f_m96.html
@@ -320,6 +320,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_r_f_m97-members.html b/class_r_f_m97-members.html
index 73200232..21737686 100644
--- a/class_r_f_m97-members.html
+++ b/class_r_f_m97-members.html
@@ -148,55 +148,56 @@ $(document).ready(function(){initNavTree('class_r_f_m97.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1278 | |
setCRC(bool enable, bool mode=false) | SX1278 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1278 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1278 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | RFM95 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1278 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | RFM97 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1278(Module *mod) | SX1278 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1278 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1278 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | RFM95 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1278 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | RFM97 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1278(Module *mod) | SX1278 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_r_f_m97.html b/class_r_f_m97.html
index 9db7a6fd..2f12e1f1 100644
--- a/class_r_f_m97.html
+++ b/class_r_f_m97.html
@@ -328,6 +328,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_s_x1272-members.html b/class_s_x1272-members.html
index a54924c3..6562f819 100644
--- a/class_s_x1272-members.html
+++ b/class_s_x1272-members.html
@@ -146,55 +146,56 @@ $(document).ready(function(){initNavTree('class_s_x1272.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1272 | |
setCRC(bool enable, bool mode=false) | SX1272 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1272 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1272 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | SX1272 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1272 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1272 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | SX1272 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1272(Module *mod) | SX1272 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1272 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1272 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | SX1272 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1272 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1272 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | SX1272 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1272(Module *mod) | SX1272 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1272.html b/class_s_x1272.html
index d314dbde..e52fcc5d 100644
--- a/class_s_x1272.html
+++ b/class_s_x1272.html
@@ -307,6 +307,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_s_x1273-members.html b/class_s_x1273-members.html
index 722e597c..6f032764 100644
--- a/class_s_x1273-members.html
+++ b/class_s_x1273-members.html
@@ -146,56 +146,57 @@ $(document).ready(function(){initNavTree('class_s_x1273.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1272 | |
setCRC(bool enable, bool mode=false) | SX1272 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1272 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1272 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | SX1272 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1272 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1272 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | SX1273 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1272(Module *mod) | SX1272 | |
- SX1273(Module *mod) | SX1273 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1272 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1272 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | SX1272 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1272 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1272 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | SX1273 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1272(Module *mod) | SX1272 | |
+ SX1273(Module *mod) | SX1273 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1273.html b/class_s_x1273.html
index d0b48a92..28043921 100644
--- a/class_s_x1273.html
+++ b/class_s_x1273.html
@@ -317,6 +317,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_s_x1276-members.html b/class_s_x1276-members.html
index cce29285..6e30db16 100644
--- a/class_s_x1276-members.html
+++ b/class_s_x1276-members.html
@@ -146,56 +146,57 @@ $(document).ready(function(){initNavTree('class_s_x1276.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1278 | |
setCRC(bool enable, bool mode=false) | SX1278 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1278 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1278 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | SX1276 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1278 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | SX1278 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1276(Module *mod) | SX1276 | |
- SX1278(Module *mod) | SX1278 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1278 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1278 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | SX1276 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1278 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | SX1278 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1276(Module *mod) | SX1276 | |
+ SX1278(Module *mod) | SX1278 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1276.html b/class_s_x1276.html
index 4cd137fc..dc3fad14 100644
--- a/class_s_x1276.html
+++ b/class_s_x1276.html
@@ -320,6 +320,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_s_x1277-members.html b/class_s_x1277-members.html
index 367bfddc..eb1330a3 100644
--- a/class_s_x1277-members.html
+++ b/class_s_x1277-members.html
@@ -146,56 +146,57 @@ $(document).ready(function(){initNavTree('class_s_x1277.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1278 | |
setCRC(bool enable, bool mode=false) | SX1278 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1278 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1278 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | SX1277 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1278 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | SX1277 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1277(Module *mod) | SX1277 | |
- SX1278(Module *mod) | SX1278 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1278 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1278 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | SX1277 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1278 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | SX1277 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1277(Module *mod) | SX1277 | |
+ SX1278(Module *mod) | SX1278 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1277.html b/class_s_x1277.html
index 9baff8c4..c9cd31a7 100644
--- a/class_s_x1277.html
+++ b/class_s_x1277.html
@@ -323,6 +323,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_s_x1278-members.html b/class_s_x1278-members.html
index 5d98d64e..606b2d01 100644
--- a/class_s_x1278-members.html
+++ b/class_s_x1278-members.html
@@ -146,55 +146,56 @@ $(document).ready(function(){initNavTree('class_s_x1278.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1278 | |
setCRC(bool enable, bool mode=false) | SX1278 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1278 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1278 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | SX1278 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1278 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | SX1278 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1278(Module *mod) | SX1278 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1278 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1278 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | SX1278 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1278 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | SX1278 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1278(Module *mod) | SX1278 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1278.html b/class_s_x1278.html
index e2dab8ad..025857f1 100644
--- a/class_s_x1278.html
+++ b/class_s_x1278.html
@@ -312,6 +312,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_s_x1279-members.html b/class_s_x1279-members.html
index b6e827db..1fcaab56 100644
--- a/class_s_x1279-members.html
+++ b/class_s_x1279-members.html
@@ -146,56 +146,57 @@ $(document).ready(function(){initNavTree('class_s_x1279.html',''); initResizable
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
setCodingRate(uint8_t cr) | SX1278 | |
setCRC(bool enable, bool mode=false) | SX1278 | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh) override | SX1278 | virtual |
- setDataShapingOOK(uint8_t sh) | SX1278 | |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequency(float freq) | SX1279 | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setGain(uint8_t gain) | SX1278 | |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSpreadingFactor(uint8_t sf) | SX1278 | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1278(Module *mod) | SX1278 | |
- SX1279(Module *mod) | SX1279 | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh) override | SX1278 | virtual |
+ setDataShapingOOK(uint8_t sh) | SX1278 | |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequency(float freq) | SX1279 | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setGain(uint8_t gain) | SX1278 | |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setOutputPower(int8_t power, bool useRfo=false) | SX1278 | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSpreadingFactor(uint8_t sf) | SX1278 | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1278(Module *mod) | SX1278 | |
+ SX1279(Module *mod) | SX1279 | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1279.html b/class_s_x1279.html
index f4bdf987..7648ad94 100644
--- a/class_s_x1279.html
+++ b/class_s_x1279.html
@@ -320,6 +320,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
diff --git a/class_s_x127x-members.html b/class_s_x127x-members.html
index 87a93a80..76add2c3 100644
--- a/class_s_x127x-members.html
+++ b/class_s_x127x-members.html
@@ -136,49 +136,50 @@ $(document).ready(function(){initNavTree('class_s_x127x.html',''); initResizable
setAFCBandwidth(float afcBw) | SX127x | |
setBitRate(float br) | SX127x | |
setBroadcastAddress(uint8_t broadAddr) | SX127x | |
- setCurrentLimit(uint8_t currentLimit) | SX127x | |
- setDataShaping(uint8_t sh)=0 | PhysicalLayer | pure virtual |
- setDio0Action(void(*func)(void)) | SX127x | |
- setDio1Action(void(*func)(void)) | SX127x | |
- setDirectAction(void(*func)(void)) | SX127x | virtual |
- setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
- setEncoding(uint8_t encoding) override | SX127x | virtual |
- setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
- setFrequencyDeviation(float freqDev) override | SX127x | virtual |
- setNodeAddress(uint8_t nodeAddr) | SX127x | |
- setOOK(bool enableOOK) | SX127x | |
- setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
- setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
- setOokPeakThresholdStep(uint8_t value) | SX127x | |
- setOokThresholdType(uint8_t type) | SX127x | |
- setPreambleLength(uint16_t preambleLength) | SX127x | |
- setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
- setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
- setRxBandwidth(float rxBw) | SX127x | |
- setSyncWord(uint8_t syncWord) | SX127x | |
- setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
- sleep() | SX127x | |
- standby() override | SX127x | virtual |
- startChannelScan() | SX127x | |
- startDirect() | PhysicalLayer | |
- startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- startTransmit(String &str, uint8_t addr=0) | SX127x | |
- startTransmit(const char *str, uint8_t addr=0) | SX127x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX127x(Module *mod) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
- transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
- transmit(String &str, uint8_t addr=0) | SX127x | |
- transmit(const char *str, uint8_t addr=0) | SX127x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
- PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX127x | virtual |
- variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
+ setCrcFiltering(bool crcOn=true) | SX127x | |
+ setCurrentLimit(uint8_t currentLimit) | SX127x | |
+ setDataShaping(uint8_t sh)=0 | PhysicalLayer | pure virtual |
+ setDio0Action(void(*func)(void)) | SX127x | |
+ setDio1Action(void(*func)(void)) | SX127x | |
+ setDirectAction(void(*func)(void)) | SX127x | virtual |
+ setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
+ setEncoding(uint8_t encoding) override | SX127x | virtual |
+ setFHSSHoppingPeriod(uint8_t freqHoppingPeriod) | SX127x | |
+ setFrequencyDeviation(float freqDev) override | SX127x | virtual |
+ setNodeAddress(uint8_t nodeAddr) | SX127x | |
+ setOOK(bool enableOOK) | SX127x | |
+ setOokFixedOrFloorThreshold(uint8_t value) | SX127x | |
+ setOokPeakThresholdDecrement(uint8_t value) | SX127x | |
+ setOokPeakThresholdStep(uint8_t value) | SX127x | |
+ setOokThresholdType(uint8_t type) | SX127x | |
+ setPreambleLength(uint16_t preambleLength) | SX127x | |
+ setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | SX127x | |
+ setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0) | SX127x | |
+ setRxBandwidth(float rxBw) | SX127x | |
+ setSyncWord(uint8_t syncWord) | SX127x | |
+ setSyncWord(uint8_t *syncWord, size_t len) | SX127x | |
+ sleep() | SX127x | |
+ standby() override | SX127x | virtual |
+ startChannelScan() | SX127x | |
+ startDirect() | PhysicalLayer | |
+ startReceive(uint8_t len=0, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ startTransmit(String &str, uint8_t addr=0) | SX127x | |
+ startTransmit(const char *str, uint8_t addr=0) | SX127x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::startTransmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX127x(Module *mod) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX127x | virtual |
+ transmit(__FlashStringHelper *fstr, uint8_t addr=0) | SX127x | |
+ transmit(String &str, uint8_t addr=0) | SX127x | |
+ transmit(const char *str, uint8_t addr=0) | SX127x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0)=0 | SX127x | |
+ PhysicalLayer::transmit(__FlashStringHelper *fstr, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(String &str, uint8_t addr=0) | PhysicalLayer | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX127x | virtual |
+ variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x127x.html b/class_s_x127x.html
index bf9e6648..dd419809 100644
--- a/class_s_x127x.html
+++ b/class_s_x127x.html
@@ -262,6 +262,9 @@ void | int16_t | variablePacketLengthMode (uint8_t maxLen=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) |
| Set modem in variable packet length mode. Available in FSK mode only. More...
|
|
+int16_t | setCrcFiltering (bool crcOn=true) |
+ | Enable CRC filtering and generation. More...
|
+ |
int16_t | setRSSIConfig (uint8_t smoothingSamples, int8_t offset=0) |
| Sets RSSI measurement configuration in FSK mode. More...
|
|
@@ -1354,6 +1357,33 @@ void ReturnsStatus Codes
+
+
+
+◆ setCrcFiltering()
+
+
+
+
+
+ int16_t SX127x::setCrcFiltering |
+ ( |
+ bool |
+ crcOn = true | ) |
+ |
+
+
+
+
+ Enable CRC filtering and generation.
+ - Parameters
-
+
+ crcOn | Set or unset CRC filtering and generation. |
+
+
+
+ - Returns
- Status Codes
+
diff --git a/class_s_x127x.js b/class_s_x127x.js
index 9825f625..ef1e8dbc 100644
--- a/class_s_x127x.js
+++ b/class_s_x127x.js
@@ -40,6 +40,7 @@ var class_s_x127x =
[ "setAFCBandwidth", "class_s_x127x.html#a63e00b1ecf1b0dcb6d8a91fc9b8ea5ef", null ],
[ "setBitRate", "class_s_x127x.html#a606d839b3a992c681ac9ad7ca6020022", null ],
[ "setBroadcastAddress", "class_s_x127x.html#abc51ce6718153e4963128f25bb5aab40", null ],
+ [ "setCrcFiltering", "class_s_x127x.html#a9b3a76eb89cad60dcad92513e6848f5a", null ],
[ "setCurrentLimit", "class_s_x127x.html#a400575e3d83977bd250c5cb382fc7002", null ],
[ "setDio0Action", "class_s_x127x.html#ada53419d65f207f352124da7747c5960", null ],
[ "setDio1Action", "class_s_x127x.html#afc844f7f3530f4076c8ea5f684c1b123", null ],
diff --git a/functions_func_s.html b/functions_func_s.html
index 8a3be7a5..f7fc6eae 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -166,6 +166,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
: CC1101
, nRF24
, RF69
+, SX127x
setCurrentLimit()
: SX126x
@@ -386,10 +387,10 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
: SX126x
setSyncWord()
-: CC1101
+: CC1101
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
diff --git a/functions_s.html b/functions_s.html
index 7a407bee..bb2c4f9f 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -172,6 +172,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: CC1101
, nRF24
, RF69
+, SX127x
setCurrentLimit()
: SX126x
@@ -339,7 +340,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, RF69
setReceivePipe()
-: nRF24
+: nRF24
setRecvSequence()
: AX25Frame
@@ -392,12 +393,12 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: SX126x
setSyncWord()
-: CC1101
+: CC1101
, RF69
, Si443x
-, SX126x
-, SX127x
-, SX128x
+, SX126x
+, SX127x
+, SX128x
setTCXO()
: SX126x
@@ -463,7 +464,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: AX25Frame
SSTVClient()
-: SSTVClient
+: SSTVClient
standby()
: CC1101
@@ -472,9 +473,9 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, RF69
, RTTYClient
, Si443x
-, SX126x
+, SX126x
, SX127x
-, SX128x
+, SX128x
startChannelScan()
: SX126x
diff --git a/navtreedata.js b/navtreedata.js
index 997ad645..ae79535a 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -47,7 +47,7 @@ var NAVTREEINDEX =
"_a_f_s_k_8h_source.html",
"class_morse_client.html#a051cba718c88b0d25a0f6f6dbfeb1e46",
"class_s_x126x.html#abd8eea7e468db3d6064c19d4934d5034",
-"class_si443x.html#a453eda5436dc4dfe0dad676dc3977752"
+"class_si443x.html#a427f24f614f04e87094354047bf1bf00"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/navtreeindex2.js b/navtreeindex2.js
index 64636145..06d63d0c 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -86,25 +86,25 @@ var NAVTREEINDEX2 =
"class_s_x127x.html":[3,0,38],
"class_s_x127x.html#a071442611a32154e8b3db7981f242a53":[3,0,38,25],
"class_s_x127x.html#a0995088d37689a3c240a1af791df6cf1":[3,0,38,23],
-"class_s_x127x.html#a17ff4e4e0afaebed727648e1400be538":[3,0,38,49],
+"class_s_x127x.html#a17ff4e4e0afaebed727648e1400be538":[3,0,38,50],
"class_s_x127x.html#a1921e1d9fc1d888d2e73bb732e7db7aa":[3,0,38,8],
-"class_s_x127x.html#a1d39296b40e7282ef44d8f376065e92c":[3,0,38,73],
-"class_s_x127x.html#a1d4631691c16d6ecf38815dc4e59a059":[3,0,38,61],
+"class_s_x127x.html#a1d39296b40e7282ef44d8f376065e92c":[3,0,38,74],
+"class_s_x127x.html#a1d4631691c16d6ecf38815dc4e59a059":[3,0,38,62],
"class_s_x127x.html#a1f6c61b16a39a2bbb5b94b3685caae04":[3,0,38,22],
-"class_s_x127x.html#a24ef0af19a6b8954f956a3c3ad4286ee":[3,0,38,48],
+"class_s_x127x.html#a24ef0af19a6b8954f956a3c3ad4286ee":[3,0,38,49],
"class_s_x127x.html#a2ad4c6a8ac267f8ac590260414ffcda3":[3,0,38,31],
-"class_s_x127x.html#a2cc53b9f9d90647c5709cb974779cf53":[3,0,38,56],
+"class_s_x127x.html#a2cc53b9f9d90647c5709cb974779cf53":[3,0,38,57],
"class_s_x127x.html#a2cf6a5bd8f3257f98ee4f250cbdf8bdc":[3,0,38,18],
"class_s_x127x.html#a3321ac4a7f65e73004202486db9b1d68":[3,0,38,33],
-"class_s_x127x.html#a400575e3d83977bd250c5cb382fc7002":[3,0,38,40],
+"class_s_x127x.html#a400575e3d83977bd250c5cb382fc7002":[3,0,38,41],
"class_s_x127x.html#a41089d9e5b45217d3e31ac22b5326b66":[3,0,38,5],
-"class_s_x127x.html#a41a1de0ebffe7b65de6fd8cceb9a5123":[3,0,38,66],
+"class_s_x127x.html#a41a1de0ebffe7b65de6fd8cceb9a5123":[3,0,38,67],
"class_s_x127x.html#a41f8cfcc2cdeb25a8e5a03f1ba4edd1e":[3,0,38,35],
-"class_s_x127x.html#a44501ec8f8ac6084467b94516b1337df":[3,0,38,59],
-"class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679":[3,0,38,46],
+"class_s_x127x.html#a44501ec8f8ac6084467b94516b1337df":[3,0,38,60],
+"class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679":[3,0,38,47],
"class_s_x127x.html#a462fa74275e67c296328a01f361892d5":[3,0,38,19],
-"class_s_x127x.html#a48ca43e6aad02815fa1507f0f0831c54":[3,0,38,51],
-"class_s_x127x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,38,68],
+"class_s_x127x.html#a48ca43e6aad02815fa1507f0f0831c54":[3,0,38,52],
+"class_s_x127x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,38,69],
"class_s_x127x.html#a4c27736905cf848a67d6cbc92df823b8":[3,0,38,17],
"class_s_x127x.html#a5094ba2d9268340b7aba99afe5da0544":[3,0,38,10],
"class_s_x127x.html#a56340d1bdc69b3efc64636be39445a9c":[3,0,38,13],
@@ -114,49 +114,50 @@ var NAVTREEINDEX2 =
"class_s_x127x.html#a68cba1ff1e6bfd9b3034c97f3932e450":[3,0,38,24],
"class_s_x127x.html#a6fb42d9cd518e9f6408a40753c0be359":[3,0,38,9],
"class_s_x127x.html#a729b4f3f36096b5b15bae19c7876e823":[3,0,38,3],
-"class_s_x127x.html#a760b8c5103128f122fbe489c6529ce41":[3,0,38,60],
-"class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1":[3,0,38,45],
+"class_s_x127x.html#a760b8c5103128f122fbe489c6529ce41":[3,0,38,61],
+"class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1":[3,0,38,46],
"class_s_x127x.html#a8025b05b8f4f2f2abb4cd803b06e2ebd":[3,0,38,7],
-"class_s_x127x.html#a8b93142202167270db109d18b743c744":[3,0,38,52],
-"class_s_x127x.html#a923654706eff5118ef6e84214e837f27":[3,0,38,63],
+"class_s_x127x.html#a8b93142202167270db109d18b743c744":[3,0,38,53],
+"class_s_x127x.html#a923654706eff5118ef6e84214e837f27":[3,0,38,64],
"class_s_x127x.html#a95bc32a555675879ad9e2a9e399dc6c1":[3,0,38,21],
+"class_s_x127x.html#a9b3a76eb89cad60dcad92513e6848f5a":[3,0,38,40],
"class_s_x127x.html#a9b6532a25e1730973ac08146008adca5":[3,0,38,4],
-"class_s_x127x.html#a9b7afe338fd5b81122c369ecaf0c3ebc":[3,0,38,57],
-"class_s_x127x.html#a9c4ea3285922bf01cebd2c8a706d9a29":[3,0,38,70],
-"class_s_x127x.html#aa3f409359eafa5988e8e4c2948735238":[3,0,38,43],
+"class_s_x127x.html#a9b7afe338fd5b81122c369ecaf0c3ebc":[3,0,38,58],
+"class_s_x127x.html#a9c4ea3285922bf01cebd2c8a706d9a29":[3,0,38,71],
+"class_s_x127x.html#aa3f409359eafa5988e8e4c2948735238":[3,0,38,44],
"class_s_x127x.html#aa7ac558d537c6364c4bc82c8f33e398f":[3,0,38,32],
-"class_s_x127x.html#aac2f43d70b5f94e49e09b4c9f082f46d":[3,0,38,50],
+"class_s_x127x.html#aac2f43d70b5f94e49e09b4c9f082f46d":[3,0,38,51],
"class_s_x127x.html#ab0f67330124cefc07a462e77922453d0":[3,0,38,36],
-"class_s_x127x.html#ab139a34e03a6fd5a781cd54da21d308f":[3,0,38,67],
-"class_s_x127x.html#ab608c45e0dcc44280df29580dc0a31ed":[3,0,38,53],
-"class_s_x127x.html#ab99630d50672b43fc7162ba8f3293f95":[3,0,38,47],
-"class_s_x127x.html#abad2d455012bd28d304589c8164390eb":[3,0,38,44],
+"class_s_x127x.html#ab139a34e03a6fd5a781cd54da21d308f":[3,0,38,68],
+"class_s_x127x.html#ab608c45e0dcc44280df29580dc0a31ed":[3,0,38,54],
+"class_s_x127x.html#ab99630d50672b43fc7162ba8f3293f95":[3,0,38,48],
+"class_s_x127x.html#abad2d455012bd28d304589c8164390eb":[3,0,38,45],
"class_s_x127x.html#abc5069b39dc31b637ee561d5745e1deb":[3,0,38,20],
"class_s_x127x.html#abc51ce6718153e4963128f25bb5aab40":[3,0,38,39],
"class_s_x127x.html#abfc840e8d6fe5e222f0143be17876745":[3,0,38,27],
-"class_s_x127x.html#ac5c7f4584352a12390594395d9c29bde":[3,0,38,58],
+"class_s_x127x.html#ac5c7f4584352a12390594395d9c29bde":[3,0,38,59],
"class_s_x127x.html#ac5d2ddb517e474a699b4539653b3754d":[3,0,38,16],
"class_s_x127x.html#ac74c5914ca429a3892c66b9d98e3ea6c":[3,0,38,0],
-"class_s_x127x.html#ad3955f85f456edae772a51025a19029b":[3,0,38,55],
+"class_s_x127x.html#ad3955f85f456edae772a51025a19029b":[3,0,38,56],
"class_s_x127x.html#ad7600b8b0aac4d8a5e962d631145b617":[3,0,38,14],
"class_s_x127x.html#ada007b90821258fe8c6ca7f8ae3efed5":[3,0,38,34],
-"class_s_x127x.html#ada53419d65f207f352124da7747c5960":[3,0,38,41],
+"class_s_x127x.html#ada53419d65f207f352124da7747c5960":[3,0,38,42],
"class_s_x127x.html#adc25b685de0859b799488bf7729350b6":[3,0,38,12],
-"class_s_x127x.html#adc2f1379573b7a7b5ee8125ea3752083":[3,0,38,65],
+"class_s_x127x.html#adc2f1379573b7a7b5ee8125ea3752083":[3,0,38,66],
"class_s_x127x.html#add78edb65673d9e88931a55b0672a9f3":[3,0,38,2],
"class_s_x127x.html#adfe0d3f033a23ec2f3c2a407285d357c":[3,0,38,30],
-"class_s_x127x.html#adffb96b7f80dc43909bb4cebde68fe9d":[3,0,38,62],
+"class_s_x127x.html#adffb96b7f80dc43909bb4cebde68fe9d":[3,0,38,63],
"class_s_x127x.html#ae8b6c756eb4b92855433ca389d73c632":[3,0,38,28],
"class_s_x127x.html#ae8eed0e888a7c8742e89d2b850977de2":[3,0,38,26],
-"class_s_x127x.html#ae9781180418c1ec9c365b74acbc98d8a":[3,0,38,54],
-"class_s_x127x.html#aeb62c5a521aafc1e0525c58e9364482b":[3,0,38,69],
+"class_s_x127x.html#ae9781180418c1ec9c365b74acbc98d8a":[3,0,38,55],
+"class_s_x127x.html#aeb62c5a521aafc1e0525c58e9364482b":[3,0,38,70],
"class_s_x127x.html#aee5324d7d854e7a2f6768221d4f362cd":[3,0,38,11],
-"class_s_x127x.html#aefeeb9f7192e11a75b5dfb1ab8488e84":[3,0,38,72],
-"class_s_x127x.html#af068e6e862c99e39d0261a7971dd56db":[3,0,38,64],
+"class_s_x127x.html#aefeeb9f7192e11a75b5dfb1ab8488e84":[3,0,38,73],
+"class_s_x127x.html#af068e6e862c99e39d0261a7971dd56db":[3,0,38,65],
"class_s_x127x.html#af6aa854a2668d70f4d3a374a49440362":[3,0,38,15],
-"class_s_x127x.html#af81565ee82ef9a7de9c5663c745f4ef7":[3,0,38,71],
+"class_s_x127x.html#af81565ee82ef9a7de9c5663c745f4ef7":[3,0,38,72],
"class_s_x127x.html#afb1b090348d9091bfa3a0b5ba3d85b36":[3,0,38,29],
-"class_s_x127x.html#afc844f7f3530f4076c8ea5f684c1b123":[3,0,38,42],
+"class_s_x127x.html#afc844f7f3530f4076c8ea5f684c1b123":[3,0,38,43],
"class_s_x127x.html#afe6e9bbfd75f9cad26f9f72c34c4ada5":[3,0,38,6],
"class_s_x1280.html":[3,0,39],
"class_s_x1280.html#a0356199b89860e15cda4979cd9dc13eb":[3,0,39,0],
@@ -248,6 +249,5 @@ var NAVTREEINDEX2 =
"class_si443x.html#a2ad4c6a8ac267f8ac590260414ffcda3":[3,0,24,15],
"class_si443x.html#a2d944669dc69ccd47f9e6c360f2ffd10":[3,0,24,6],
"class_si443x.html#a402b4f5f11ba79e9cd4fb6ac0bfd9314":[3,0,24,33],
-"class_si443x.html#a41a1de0ebffe7b65de6fd8cceb9a5123":[3,0,24,34],
-"class_si443x.html#a427f24f614f04e87094354047bf1bf00":[3,0,24,5]
+"class_si443x.html#a41a1de0ebffe7b65de6fd8cceb9a5123":[3,0,24,34]
};
diff --git a/navtreeindex3.js b/navtreeindex3.js
index 42b3ac13..c1303d9d 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX3 =
{
+"class_si443x.html#a427f24f614f04e87094354047bf1bf00":[3,0,24,5],
"class_si443x.html#a453eda5436dc4dfe0dad676dc3977752":[3,0,24,1],
"class_si443x.html#a45d3ffcb312c34a2f6391be6d609d7b7":[3,0,24,9],
"class_si443x.html#a4821a6141caf16141074615c976ecd91":[3,0,24,24],
@@ -111,8 +112,8 @@ var NAVTREEINDEX3 =
"functions_d.html":[3,3,0,3],
"functions_e.html":[3,3,0,4],
"functions_f.html":[3,3,0,5],
-"functions_func.html":[3,3,1,0],
"functions_func.html":[3,3,1],
+"functions_func.html":[3,3,1,0],
"functions_func_b.html":[3,3,1,1],
"functions_func_c.html":[3,3,1,2],
"functions_func_d.html":[3,3,1,3],
diff --git a/search/all_f.js b/search/all_f.js
index 42029228..cc477e22 100644
--- a/search/all_f.js
+++ b/search/all_f.js
@@ -21,7 +21,7 @@ var searchData=
['setcodingrate_207',['setCodingRate',['../class_s_x126x.html#afd3113858966e878e9c67a1e710bd586',1,'SX126x::setCodingRate()'],['../class_s_x1272.html#a960913438feccad4c1913a9222384a5f',1,'SX1272::setCodingRate()'],['../class_s_x1278.html#a834f26a0bd3fc8a03fa7e68aa4daf9e1',1,'SX1278::setCodingRate()'],['../class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a',1,'SX128x::setCodingRate()']]],
['setcorrection_208',['setCorrection',['../class_a_x25_client.html#aa6a10784d59428a4d5c13067ba6af69c',1,'AX25Client']]],
['setcrc_209',['setCRC',['../class_s_x126x.html#a95007639c2648a1dbb614493224606f1',1,'SX126x::setCRC()'],['../class_s_x1272.html#abd912314a977f92c464d36d862329ffc',1,'SX1272::setCRC()'],['../class_s_x1278.html#ac0be7586b8e40355bbd29d78ae9941d1',1,'SX1278::setCRC()'],['../class_s_x128x.html#aa4b1e0b96347011522e053f30202c0fe',1,'SX128x::setCRC()']]],
- ['setcrcfiltering_210',['setCrcFiltering',['../class_c_c1101.html#aafac40359c4a1bb01aae12da6b03be26',1,'CC1101::setCrcFiltering()'],['../classn_r_f24.html#a3eb45884a5730ac1c339c7ba4f7b5282',1,'nRF24::setCrcFiltering()'],['../class_r_f69.html#ac205bc487833dc4eae4bb0069c0c4d1e',1,'RF69::setCrcFiltering()']]],
+ ['setcrcfiltering_210',['setCrcFiltering',['../class_c_c1101.html#aafac40359c4a1bb01aae12da6b03be26',1,'CC1101::setCrcFiltering()'],['../classn_r_f24.html#a3eb45884a5730ac1c339c7ba4f7b5282',1,'nRF24::setCrcFiltering()'],['../class_r_f69.html#ac205bc487833dc4eae4bb0069c0c4d1e',1,'RF69::setCrcFiltering()'],['../class_s_x127x.html#a9b3a76eb89cad60dcad92513e6848f5a',1,'SX127x::setCrcFiltering()']]],
['setcurrentlimit_211',['setCurrentLimit',['../class_s_x126x.html#a8f971dca834be7e0470a9a9f0c01854e',1,'SX126x::setCurrentLimit()'],['../class_s_x127x.html#a400575e3d83977bd250c5cb382fc7002',1,'SX127x::setCurrentLimit()']]],
['setdatarate_212',['setDataRate',['../classn_r_f24.html#a1f3ec2196733a2e2476f50690967f285',1,'nRF24']]],
['setdatashaping_213',['setDataShaping',['../class_c_c1101.html#adf96e77f25b7e256891601bef04f35a6',1,'CC1101::setDataShaping()'],['../classn_r_f24.html#a0db248d2bcdb4ca2b401e8e638442916',1,'nRF24::setDataShaping()'],['../class_r_f69.html#a42b99e437454e92c6932c3b7acc1fc4a',1,'RF69::setDataShaping()'],['../class_si443x.html#ade08c79074c7e4414d34eefa25cee168',1,'Si443x::setDataShaping()'],['../class_s_x126x.html#a1d8f4deb555844b24c2426dd86e69676',1,'SX126x::setDataShaping()'],['../class_s_x1272.html#a91aca64124321c07a67f26b3c6934aea',1,'SX1272::setDataShaping()'],['../class_s_x1278.html#afb740a4925b64d83d5edca10d93f0563',1,'SX1278::setDataShaping()'],['../class_s_x128x.html#a99491c705e88dddc820f884b778f1660',1,'SX128x::setDataShaping()'],['../class_physical_layer.html#ab643a814dce48f71a13bf6ea23f44cbd',1,'PhysicalLayer::setDataShaping()']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index 0f96c459..558c5000 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -19,7 +19,7 @@ var searchData=
['setcodingrate_484',['setCodingRate',['../class_s_x126x.html#afd3113858966e878e9c67a1e710bd586',1,'SX126x::setCodingRate()'],['../class_s_x1272.html#a960913438feccad4c1913a9222384a5f',1,'SX1272::setCodingRate()'],['../class_s_x1278.html#a834f26a0bd3fc8a03fa7e68aa4daf9e1',1,'SX1278::setCodingRate()'],['../class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a',1,'SX128x::setCodingRate()']]],
['setcorrection_485',['setCorrection',['../class_a_x25_client.html#aa6a10784d59428a4d5c13067ba6af69c',1,'AX25Client']]],
['setcrc_486',['setCRC',['../class_s_x126x.html#a95007639c2648a1dbb614493224606f1',1,'SX126x::setCRC()'],['../class_s_x1272.html#abd912314a977f92c464d36d862329ffc',1,'SX1272::setCRC()'],['../class_s_x1278.html#ac0be7586b8e40355bbd29d78ae9941d1',1,'SX1278::setCRC()'],['../class_s_x128x.html#aa4b1e0b96347011522e053f30202c0fe',1,'SX128x::setCRC()']]],
- ['setcrcfiltering_487',['setCrcFiltering',['../class_c_c1101.html#aafac40359c4a1bb01aae12da6b03be26',1,'CC1101::setCrcFiltering()'],['../classn_r_f24.html#a3eb45884a5730ac1c339c7ba4f7b5282',1,'nRF24::setCrcFiltering()'],['../class_r_f69.html#ac205bc487833dc4eae4bb0069c0c4d1e',1,'RF69::setCrcFiltering()']]],
+ ['setcrcfiltering_487',['setCrcFiltering',['../class_c_c1101.html#aafac40359c4a1bb01aae12da6b03be26',1,'CC1101::setCrcFiltering()'],['../classn_r_f24.html#a3eb45884a5730ac1c339c7ba4f7b5282',1,'nRF24::setCrcFiltering()'],['../class_r_f69.html#ac205bc487833dc4eae4bb0069c0c4d1e',1,'RF69::setCrcFiltering()'],['../class_s_x127x.html#a9b3a76eb89cad60dcad92513e6848f5a',1,'SX127x::setCrcFiltering()']]],
['setcurrentlimit_488',['setCurrentLimit',['../class_s_x126x.html#a8f971dca834be7e0470a9a9f0c01854e',1,'SX126x::setCurrentLimit()'],['../class_s_x127x.html#a400575e3d83977bd250c5cb382fc7002',1,'SX127x::setCurrentLimit()']]],
['setdatarate_489',['setDataRate',['../classn_r_f24.html#a1f3ec2196733a2e2476f50690967f285',1,'nRF24']]],
['setdatashaping_490',['setDataShaping',['../class_c_c1101.html#adf96e77f25b7e256891601bef04f35a6',1,'CC1101::setDataShaping()'],['../classn_r_f24.html#a0db248d2bcdb4ca2b401e8e638442916',1,'nRF24::setDataShaping()'],['../class_r_f69.html#a42b99e437454e92c6932c3b7acc1fc4a',1,'RF69::setDataShaping()'],['../class_si443x.html#ade08c79074c7e4414d34eefa25cee168',1,'Si443x::setDataShaping()'],['../class_s_x126x.html#a1d8f4deb555844b24c2426dd86e69676',1,'SX126x::setDataShaping()'],['../class_s_x1272.html#a91aca64124321c07a67f26b3c6934aea',1,'SX1272::setDataShaping()'],['../class_s_x1278.html#afb740a4925b64d83d5edca10d93f0563',1,'SX1278::setDataShaping()'],['../class_s_x128x.html#a99491c705e88dddc820f884b778f1660',1,'SX128x::setDataShaping()'],['../class_physical_layer.html#ab643a814dce48f71a13bf6ea23f44cbd',1,'PhysicalLayer::setDataShaping()']]],
|