diff --git a/_physical_layer_8h_source.html b/_physical_layer_8h_source.html
index 40bc885e..8d99e5a4 100644
--- a/_physical_layer_8h_source.html
+++ b/_physical_layer_8h_source.html
@@ -137,83 +137,83 @@ $(document).ready(function(){initNavTree('_physical_layer_8h_source.html',''); i
-
-
-
-
-
-
-
-
-
-
- 262 int32_t
random(int32_t max);
-
- 273 int32_t
random(int32_t min, int32_t max);
-
-
-
-
-
- 289 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
-
-
-
-
-
- 313 virtual void readBit(RADIOLIB_PIN_TYPE pin) = 0;
-
-
-
-
-
-
- 339 virtual int16_t
setDIOMapping(RADIOLIB_PIN_TYPE pin, uint8_t value);
-
- 341 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
-
- 343 void updateDirectBuffer(uint8_t bit);
-
-
- 346 #if !defined(RADIOLIB_GODMODE)
-
-
-
- 350 size_t _maxPacketLength;
-
- 352 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
- 353 uint8_t _bufferBitPos;
- 354 uint8_t _bufferWritePos;
- 355 uint8_t _bufferReadPos;
- 356 uint8_t _buffer[RADIOLIB_STATIC_ARRAY_SIZE];
- 357 uint32_t _syncBuffer;
- 358 uint32_t _directSyncWord;
- 359 uint8_t _directSyncWordLen;
- 360 uint32_t _directSyncWordMask;
-
-
-
- 364 virtual Module* getMod() = 0;
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 261 int32_t
random(int32_t max);
+
+ 272 int32_t
random(int32_t min, int32_t max);
+
+
+
+
+
+ 288 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
+
+
+
+
+
+ 312 virtual void readBit(RADIOLIB_PIN_TYPE pin) = 0;
+
+
+
+
+
+
+ 338 virtual int16_t
setDIOMapping(RADIOLIB_PIN_TYPE pin, uint8_t value);
+
+ 340 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
+
+ 342 void updateDirectBuffer(uint8_t bit);
+
+
+ 345 #if !defined(RADIOLIB_GODMODE)
+
+
+
+ 349 size_t _maxPacketLength;
+
+ 351 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
+ 352 uint8_t _bufferBitPos;
+ 353 uint8_t _bufferWritePos;
+ 354 uint8_t _bufferReadPos;
+ 355 uint8_t _buffer[RADIOLIB_STATIC_ARRAY_SIZE];
+ 356 uint32_t _syncBuffer;
+ 357 uint32_t _directSyncWord;
+ 358 uint8_t _directSyncWordLen;
+ 359 uint32_t _directSyncWordMask;
+
+
+
+ 363 virtual Module* getMod() = 0;
+
+
+
+
+
+
+
+
+
+
+
+
+
int16_t transmit(__FlashStringHelper *fstr, uint8_t addr=0)
Arduino Flash String transmit method.
Definition: PhysicalLayer.cpp:12
virtual int16_t standby()=0
Sets module to standby.
-virtual int16_t setBitRate(float br)=0
Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode.
-virtual int16_t setFrequencyDeviation(float freqDev)=0
Sets FSK frequency deviation from carrier frequency. Allowed values depend on bit rate setting and mu...
-virtual int16_t setFrequency(float freq)=0
Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz.
+virtual int16_t setBitRate(float br)=0
Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class.
+virtual int16_t setFrequencyDeviation(float freqDev)=0
Sets FSK frequency deviation from carrier frequency. Only available in FSK mode. Must be implemented ...
+virtual int16_t setFrequency(float freq)=0
Sets carrier frequency. Must be implemented in module class.
Client for Hellschreiber transmissions.
Definition: Hellschreiber.h:89
virtual int16_t setEncoding(uint8_t encoding)=0
Sets FSK data encoding. Only available in FSK mode. Must be implemented in module class.
virtual int16_t transmitDirect(uint32_t frf=0)=0
Enables direct transmission mode on pins DIO1 (clock) and DIO2 (data). Must be implemented in module ...
diff --git a/_s_x1262_8h_source.html b/_s_x1262_8h_source.html
index 20f540ee..b037c1a2 100644
--- a/_s_x1262_8h_source.html
+++ b/_s_x1262_8h_source.html
@@ -111,27 +111,29 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
-
-
-
+
+
+
- 98 #if !defined(RADIOLIB_GODMODE)
-
-
-
-
-
-
-
-
+
+
+ 107 #if !defined(RADIOLIB_GODMODE)
+
+
+
+
+
+
+
+
SX1262(Module *mod)
Default constructor.
Definition: SX1262.cpp:4
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: SX1262.cpp:8
-int16_t setFrequency(float freq, bool calibrate=true)
Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.
Definition: SX1262.cpp:50
+int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.
Definition: SX1262.cpp:50
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:16
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX1262.cpp:32
-int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -17 to 22 dBm.
Definition: SX1262.cpp:80
+int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -17 to 22 dBm.
Definition: SX1262.cpp:84
Derived class for SX1262 modules.
Definition: SX1262.h:19
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition: SX126x.h:362
diff --git a/_s_x1268_8h_source.html b/_s_x1268_8h_source.html
index c24a653a..d756d647 100644
--- a/_s_x1268_8h_source.html
+++ b/_s_x1268_8h_source.html
@@ -111,26 +111,28 @@ $(document).ready(function(){initNavTree('_s_x1268_8h_source.html',''); initResi
-
-
-
+
+
+
- 98 #if !defined(RADIOLIB_GODMODE)
-
-
-
-
-
-
-
-
+
+
+ 107 #if !defined(RADIOLIB_GODMODE)
+
+
+
+
+
+
+
+
-int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -9 to 22 dBm.
Definition: SX1268.cpp:75
-int16_t setFrequency(float freq, bool calibrate=true)
Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz.
Definition: SX1268.cpp:51
+int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -9 to 22 dBm.
Definition: SX1268.cpp:79
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: SX1268.cpp:8
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:16
Derived class for SX1268 modules.
Definition: SX1268.h:19
+int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz.
Definition: SX1268.cpp:50
SX1268(Module *mod)
Default constructor.
Definition: SX1268.cpp:4
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX1268.cpp:32
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition: SX126x.h:362
diff --git a/class_l_l_c_c68-members.html b/class_l_l_c_c68-members.html
index 1f6c8610..eeb09a55 100644
--- a/class_l_l_c_c68-members.html
+++ b/class_l_l_c_c68-members.html
@@ -144,8 +144,8 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
setDirectAction(void(*func)(void)) | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
- setFrequency(float freq, bool calibrate=true) | SX1262 | |
- SX126x::setFrequency(float freq)=0 | PhysicalLayer | pure virtual |
+ setFrequency(float freq) | SX1262 | virtual |
+ setFrequency(float freq, bool calibrate) | SX1262 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
setOutputPower(int8_t power) | SX1262 | |
diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html
index c5ad335a..173ae59e 100644
--- a/class_l_l_c_c68.html
+++ b/class_l_l_c_c68.html
@@ -130,9 +130,12 @@ Public Member Functions
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-int16_t | setFrequency (float freq, bool calibrate=true) |
- | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
- |
+int16_t | setFrequency (float freq) |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
+int16_t | setFrequency (float freq, bool calibrate) |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
int16_t | setOutputPower (int8_t power) |
| Sets output power. Allowed values are in range from -17 to 22 dBm. More...
|
|
@@ -385,9 +388,6 @@ void | int16_t | readData (String &str, size_t len=0) |
| Reads data that was received after calling startReceive method. More...
|
|
-virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
- |
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
|
diff --git a/class_physical_layer.html b/class_physical_layer.html
index 1037d7f6..e65707a1 100644
--- a/class_physical_layer.html
+++ b/class_physical_layer.html
@@ -180,13 +180,13 @@ Public Member Functions
| Enables direct reception mode on pins DIO1 (clock) and DIO2 (data). Must be implemented in module class. While in direct mode, the module will not be able to transmit or receive packets. Can only be activated in FSK mode. More...
|
|
virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
+ | Sets carrier frequency. Must be implemented in module class. More...
|
|
virtual int16_t | setBitRate (float br)=0 |
- | Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode. More...
|
+ | Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class. More...
|
|
virtual int16_t | setFrequencyDeviation (float freqDev)=0 |
- | Sets FSK frequency deviation from carrier frequency. Allowed values depend on bit rate setting and must be lower than 200 kHz. Only available in FSK mode. Must be implemented in module class. More...
|
+ | Sets FSK frequency deviation from carrier frequency. Only available in FSK mode. Must be implemented in module class. More...
|
|
virtual int16_t | setDataShaping (uint8_t sh)=0 |
| Sets GFSK data shaping. Only available in FSK mode. Must be implemented in module class. More...
|
@@ -783,7 +783,7 @@ class PagerClient |
-
Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode.
+
Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class.
- Parameters
-
br | Bit rate to be set (in kbps). |
@@ -1016,7 +1016,7 @@ class PagerClient |
-
Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz.
+
Sets carrier frequency. Must be implemented in module class.
- Parameters
-
freq | Carrier frequency to be set in MHz. |
@@ -1025,7 +1025,7 @@ class PagerClient |
- Returns
- Status Codes
-Implemented in RF69, CC1101, SX128x, SX1278, SX1272, RFM95, RFM96, SX1276, SX1277, SX1279, Si4430, and Si4432.
+Implemented in RF69, CC1101, SX128x, SX1278, SX1272, RFM95, RFM96, SX1262, SX1268, SX1276, SX1277, SX1279, Si4430, and Si4432.
@@ -1053,7 +1053,7 @@ class PagerClient |
-
Sets FSK frequency deviation from carrier frequency. Allowed values depend on bit rate setting and must be lower than 200 kHz. Only available in FSK mode. Must be implemented in module class.
+
Sets FSK frequency deviation from carrier frequency. Only available in FSK mode. Must be implemented in module class.
- Parameters
-
freqDev | Frequency deviation to be set (in kHz). |
diff --git a/class_s_x1261-members.html b/class_s_x1261-members.html
index 72192bde..9ff7c290 100644
--- a/class_s_x1261-members.html
+++ b/class_s_x1261-members.html
@@ -143,8 +143,8 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
setDirectAction(void(*func)(void)) | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
- setFrequency(float freq, bool calibrate=true) | SX1262 | |
- SX126x::setFrequency(float freq)=0 | PhysicalLayer | pure virtual |
+ setFrequency(float freq) | SX1262 | virtual |
+ setFrequency(float freq, bool calibrate) | SX1262 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
setOutputPower(int8_t power) | SX1261 | |
diff --git a/class_s_x1261.html b/class_s_x1261.html
index bd366267..dd486258 100644
--- a/class_s_x1261.html
+++ b/class_s_x1261.html
@@ -124,9 +124,12 @@ Public Member Functions
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-int16_t | setFrequency (float freq, bool calibrate=true) |
- | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
- |
+int16_t | setFrequency (float freq) |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
+int16_t | setFrequency (float freq, bool calibrate) |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
int16_t | setOutputPower (int8_t power) |
| Sets output power. Allowed values are in range from -17 to 22 dBm. More...
|
|
@@ -379,9 +382,6 @@ void | int16_t | readData (String &str, size_t len=0) |
| Reads data that was received after calling startReceive method. More...
|
|
-virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
- |
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
|
diff --git a/class_s_x1262-members.html b/class_s_x1262-members.html
index 8ff59150..ea827b93 100644
--- a/class_s_x1262-members.html
+++ b/class_s_x1262-members.html
@@ -143,8 +143,8 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
setDirectAction(void(*func)(void)) | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
- setFrequency(float freq, bool calibrate=true) | SX1262 | |
- SX126x::setFrequency(float freq)=0 | PhysicalLayer | pure virtual |
+ setFrequency(float freq) | SX1262 | virtual |
+ setFrequency(float freq, bool calibrate) | SX1262 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
setOutputPower(int8_t power) | SX1262 | |
diff --git a/class_s_x1262.html b/class_s_x1262.html
index 78a69605..594d5447 100644
--- a/class_s_x1262.html
+++ b/class_s_x1262.html
@@ -118,9 +118,12 @@ Public Member Functions
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-int16_t | setFrequency (float freq, bool calibrate=true) |
- | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
- |
+int16_t | setFrequency (float freq) |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
+int16_t | setFrequency (float freq, bool calibrate) |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
int16_t | setOutputPower (int8_t power) |
| Sets output power. Allowed values are in range from -17 to 22 dBm. More...
|
|
@@ -373,9 +376,6 @@ void | int16_t | readData (String &str, size_t len=0) |
| Reads data that was received after calling startReceive method. More...
|
|
-virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
- |
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
|
@@ -602,8 +602,45 @@ void
-◆ setFrequency()
+
+◆ setFrequency() [1/2]
+
+
+
+
+
+
+
+
+ int16_t SX1262::setFrequency |
+ ( |
+ float |
+ freq | ) |
+ |
+
+
+ |
+
+virtual |
+
+
+
+
+ Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.
+ - Parameters
-
+
+ freq | Carrier frequency to be set in MHz. |
+
+
+
+ - Returns
- Status Codes
+
+ Implements PhysicalLayer.
+
+
+
+
+◆ setFrequency() [2/2]
| |
|
bool |
- calibrate = true |
+ calibrate |
|
diff --git a/class_s_x1262.js b/class_s_x1262.js
index 0ad20523..70d52f40 100644
--- a/class_s_x1262.js
+++ b/class_s_x1262.js
@@ -3,6 +3,7 @@ var class_s_x1262 =
[ "SX1262", "class_s_x1262.html#a0da317728ec8ef23c5032d550c9acb8d", null ],
[ "begin", "class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc", null ],
[ "beginFSK", "class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1", null ],
- [ "setFrequency", "class_s_x1262.html#a7e72da22fa1fc2d87186107a3285e846", null ],
+ [ "setFrequency", "class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767", null ],
+ [ "setFrequency", "class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6", null ],
[ "setOutputPower", "class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc", null ]
];
\ No newline at end of file
diff --git a/class_s_x1268-members.html b/class_s_x1268-members.html
index bfb80349..1c9759dd 100644
--- a/class_s_x1268-members.html
+++ b/class_s_x1268-members.html
@@ -143,8 +143,8 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable
setDirectAction(void(*func)(void)) | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
- setFrequency(float freq, bool calibrate=true) | SX1268 | |
- SX126x::setFrequency(float freq)=0 | PhysicalLayer | pure virtual |
+ setFrequency(float freq) | SX1268 | virtual |
+ setFrequency(float freq, bool calibrate) | SX1268 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
setOutputPower(int8_t power) | SX1268 | |
diff --git a/class_s_x1268.html b/class_s_x1268.html
index f2802d3c..ff200fe4 100644
--- a/class_s_x1268.html
+++ b/class_s_x1268.html
@@ -116,9 +116,12 @@ Public Member Functions
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-int16_t | setFrequency (float freq, bool calibrate=true) |
- | Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz. More...
|
- |
+int16_t | setFrequency (float freq) |
+ | Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz. More...
|
+ |
+int16_t | setFrequency (float freq, bool calibrate) |
+ | Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz. More...
|
+ |
int16_t | setOutputPower (int8_t power) |
| Sets output power. Allowed values are in range from -9 to 22 dBm. More...
|
|
@@ -371,9 +374,6 @@ void | int16_t | readData (String &str, size_t len=0) |
| Reads data that was received after calling startReceive method. More...
|
|
-virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
- |
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
|
@@ -600,8 +600,45 @@ void
-◆ setFrequency()
+
+◆ setFrequency() [1/2]
+
+
+
+
+
+
+
+
+ int16_t SX1268::setFrequency |
+ ( |
+ float |
+ freq | ) |
+ |
+
+
+ |
+
+virtual |
+
+
+
+
+ Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz.
+ - Parameters
-
+
+ freq | Carrier frequency to be set in MHz. |
+
+
+
+ - Returns
- Status Codes
+
+ Implements PhysicalLayer.
+
+
+
+
+◆ setFrequency() [2/2]
| |
|
bool |
- calibrate = true |
+ calibrate |
|
diff --git a/class_s_x1268.js b/class_s_x1268.js
index 207e2f14..99389815 100644
--- a/class_s_x1268.js
+++ b/class_s_x1268.js
@@ -3,6 +3,7 @@ var class_s_x1268 =
[ "SX1268", "class_s_x1268.html#a6bc50597d50fd9a2387628e452eac42f", null ],
[ "begin", "class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71", null ],
[ "beginFSK", "class_s_x1268.html#af6b041392136b599eec57085e2067a6f", null ],
- [ "setFrequency", "class_s_x1268.html#a6ad998275281de5c6f24f8a64db88052", null ],
+ [ "setFrequency", "class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12", null ],
+ [ "setFrequency", "class_s_x1268.html#a59b538f4971525849b7aaa3456de9929", null ],
[ "setOutputPower", "class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45", null ]
];
\ No newline at end of file
diff --git a/class_s_x126x.html b/class_s_x126x.html
index 53dd9f95..045af371 100644
--- a/class_s_x126x.html
+++ b/class_s_x126x.html
@@ -359,7 +359,7 @@ void | | Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
+ | Sets carrier frequency. Must be implemented in module class. More...
|
|
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
diff --git a/class_s_x127x.html b/class_s_x127x.html
index 0b033654..b88228c4 100644
--- a/class_s_x127x.html
+++ b/class_s_x127x.html
@@ -405,7 +405,7 @@ void | | Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
+ | Sets carrier frequency. Must be implemented in module class. More...
|
|
virtual int16_t | setDataShaping (uint8_t sh)=0 |
| Sets GFSK data shaping. Only available in FSK mode. Must be implemented in module class. More...
|
diff --git a/class_s_x1280.html b/class_s_x1280.html
index da041ce9..455146cd 100644
--- a/class_s_x1280.html
+++ b/class_s_x1280.html
@@ -333,7 +333,7 @@ void | | Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setBitRate (float br)=0 |
- | Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode. More...
|
+ | Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class. More...
|
|
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
diff --git a/class_s_x1281.html b/class_s_x1281.html
index 2642a637..5720b05c 100644
--- a/class_s_x1281.html
+++ b/class_s_x1281.html
@@ -320,7 +320,7 @@ void | | Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setBitRate (float br)=0 |
- | Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode. More...
|
+ | Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class. More...
|
|
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
diff --git a/class_s_x1282.html b/class_s_x1282.html
index f4f42e07..b1303701 100644
--- a/class_s_x1282.html
+++ b/class_s_x1282.html
@@ -337,7 +337,7 @@ void | | Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setBitRate (float br)=0 |
- | Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode. More...
|
+ | Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class. More...
|
|
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
diff --git a/class_s_x128x.html b/class_s_x128x.html
index c465752c..da5c98b3 100644
--- a/class_s_x128x.html
+++ b/class_s_x128x.html
@@ -316,7 +316,7 @@ void | | Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setBitRate (float br)=0 |
- | Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode. More...
|
+ | Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class. More...
|
|
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
diff --git a/class_si443x.html b/class_si443x.html
index abe65723..4bb9e1a8 100644
--- a/class_si443x.html
+++ b/class_si443x.html
@@ -266,7 +266,7 @@ void | | Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
+ | Sets carrier frequency. Must be implemented in module class. More...
|
|
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
diff --git a/classn_r_f24.html b/classn_r_f24.html
index 70033c05..48eabc82 100644
--- a/classn_r_f24.html
+++ b/classn_r_f24.html
@@ -267,10 +267,10 @@ Public Member Functions
| Reads data that was received after calling startReceive method. More...
|
|
virtual int16_t | setFrequency (float freq)=0 |
- | Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz. More...
|
+ | Sets carrier frequency. Must be implemented in module class. More...
|
|
virtual int16_t | setBitRate (float br)=0 |
- | Sets FSK bit rate. Allowed values range from 1.2 to 300 kbps. Only available in FSK mode. More...
|
+ | Sets FSK bit rate. Only available in FSK mode. Must be implemented in module class. More...
|
|
float | getFreqStep () const |
| Gets the module frequency step size that was set in constructor. More...
|
diff --git a/functions_func_s.html b/functions_func_s.html
index f38dd2fe..636ba1a7 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -259,8 +259,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, RFM96
, Si4430
, Si4432
-, SX1262
-, SX1268
+, SX1262
+, SX1268
, SX1272
, SX1276
, SX1277
@@ -475,7 +475,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
: Module
- SSTVClient()
-: SSTVClient
+: SSTVClient
- standby()
: CC1101
@@ -520,7 +520,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
- startTransmit()
: CC1101
, nRF24
-, PhysicalLayer
+, PhysicalLayer
, RF69
, Si443x
, SX126x
diff --git a/functions_s.html b/functions_s.html
index 4cd828b8..dc4730dd 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -265,8 +265,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, RFM96
, Si4430
, Si4432
-, SX1262
-, SX1268
+, SX1262
+, SX1268
, SX1272
, SX1276
, SX1277
@@ -365,7 +365,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, RF69
- setReceivePipe()
-: nRF24
+: nRF24
- setRecvSequence()
: AX25Frame
@@ -422,11 +422,11 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: SX126x
- setSyncWord()
-: CC1101
+: CC1101
, RF69
, Si443x
-, SX126x
-, SX127x
+, SX126x
+, SX127x
, SX128x
- setTCXO()
@@ -538,7 +538,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
- startTransmit()
: CC1101
, nRF24
-, PhysicalLayer
+, PhysicalLayer
, RF69
, Si443x
, SX126x
diff --git a/navtreedata.js b/navtreedata.js
index c4bbbe40..32992305 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -46,9 +46,9 @@ var NAVTREEINDEX =
[
"_a_f_s_k_8h_source.html",
"class_module.html#ae76932d2c2895939f8074c58848b61e8",
-"class_s_x126x.html#a2ad4c6a8ac267f8ac590260414ffcda3",
-"class_s_x128x.html#a89cc916f5cd5cdfbd331bb15f8a3d5cb",
-"group__status__codes.html#ga7f57f6eddc68b9a59cceab4fdf6556ba"
+"class_s_x126x.html#a21c263ce1a339faa74c568d9afb81cd2",
+"class_s_x128x.html#a73e3655e92bca9a06e2d0abbf1a4bed4",
+"group__status__codes.html#ga733a7f3f12109103384522dac4d1146e"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/navtreeindex1.js b/navtreeindex1.js
index 3b82f99a..d79b06e0 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -234,20 +234,20 @@ var NAVTREEINDEX1 =
"class_s_x1261.html#aa541f927995a1756c651b93fd24edc65":[3,0,29,1],
"class_s_x1262.html":[3,0,30],
"class_s_x1262.html#a0da317728ec8ef23c5032d550c9acb8d":[3,0,30,0],
+"class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6":[3,0,30,4],
"class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1":[3,0,30,2],
-"class_s_x1262.html#a7e72da22fa1fc2d87186107a3285e846":[3,0,30,3],
"class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc":[3,0,30,1],
-"class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc":[3,0,30,4],
+"class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc":[3,0,30,5],
+"class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767":[3,0,30,3],
"class_s_x1268.html":[3,0,31],
-"class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45":[3,0,31,4],
-"class_s_x1268.html#a6ad998275281de5c6f24f8a64db88052":[3,0,31,3],
+"class_s_x1268.html#a59b538f4971525849b7aaa3456de9929":[3,0,31,4],
+"class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45":[3,0,31,5],
"class_s_x1268.html#a6bc50597d50fd9a2387628e452eac42f":[3,0,31,0],
+"class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12":[3,0,31,3],
"class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71":[3,0,31,1],
"class_s_x1268.html#af6b041392136b599eec57085e2067a6f":[3,0,31,2],
"class_s_x126x.html":[3,0,32],
"class_s_x126x.html#a0da667fe702d7b4aafaa4bf7e69ea40d":[3,0,32,39],
"class_s_x126x.html#a0e5f0032a91686b9673a48c908eb1925":[3,0,32,16],
-"class_s_x126x.html#a1d8f4deb555844b24c2426dd86e69676":[3,0,32,38],
-"class_s_x126x.html#a21c263ce1a339faa74c568d9afb81cd2":[3,0,32,47],
-"class_s_x126x.html#a288257242e483cb3eb6944333179dd26":[3,0,32,48]
+"class_s_x126x.html#a1d8f4deb555844b24c2426dd86e69676":[3,0,32,38]
};
diff --git a/navtreeindex2.js b/navtreeindex2.js
index ecfe2763..b135687f 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -1,5 +1,7 @@
var NAVTREEINDEX2 =
{
+"class_s_x126x.html#a21c263ce1a339faa74c568d9afb81cd2":[3,0,32,47],
+"class_s_x126x.html#a288257242e483cb3eb6944333179dd26":[3,0,32,48],
"class_s_x126x.html#a2ad4c6a8ac267f8ac590260414ffcda3":[3,0,32,28],
"class_s_x126x.html#a2b3eb51117558c58384b03de4b7bfe60":[3,0,32,42],
"class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c":[3,0,32,3],
@@ -247,7 +249,5 @@ var NAVTREEINDEX2 =
"class_s_x128x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,43,55],
"class_s_x128x.html#a53892566b0259d348158efe3c3c3601a":[3,0,43,59],
"class_s_x128x.html#a5f11803b3430bc059321b443f407e78b":[3,0,43,41],
-"class_s_x128x.html#a69ee7379f4b79abf626df186b2db6441":[3,0,43,9],
-"class_s_x128x.html#a73e3655e92bca9a06e2d0abbf1a4bed4":[3,0,43,38],
-"class_s_x128x.html#a8720a388d2cd10fac3112b89f4a80947":[3,0,43,34]
+"class_s_x128x.html#a69ee7379f4b79abf626df186b2db6441":[3,0,43,9]
};
diff --git a/navtreeindex3.js b/navtreeindex3.js
index f59ffa60..7f27fdf7 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -1,5 +1,7 @@
var NAVTREEINDEX3 =
{
+"class_s_x128x.html#a73e3655e92bca9a06e2d0abbf1a4bed4":[3,0,43,38],
+"class_s_x128x.html#a8720a388d2cd10fac3112b89f4a80947":[3,0,43,34],
"class_s_x128x.html#a89cc916f5cd5cdfbd331bb15f8a3d5cb":[3,0,43,25],
"class_s_x128x.html#a89ebf1f4f227cd35c0799c06d5d9c1d2":[3,0,43,12],
"class_s_x128x.html#a8b3eea268f21bf911b6eaf37c5eb0b5f":[3,0,43,45],
@@ -164,15 +166,15 @@ var NAVTREEINDEX3 =
"dir_ed12d23d857ca7061030f8751e72e77c.html":[4,0,0,0,10],
"dir_f980efad9544c0545d0fa50a84ff12f2.html":[4,0,0,0,9],
"files.html":[4,0],
-"functions.html":[3,3,0,0],
"functions.html":[3,3,0],
+"functions.html":[3,3,0,0],
"functions_b.html":[3,3,0,1],
"functions_c.html":[3,3,0,2],
"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],
@@ -247,7 +249,5 @@ var NAVTREEINDEX3 =
"group__status__codes.html#ga684497ce1c94442b5fe0396ea4ec930d":[2,3,33],
"group__status__codes.html#ga691e968e9f057a6cecb37a5dd5d8bd68":[2,3,43],
"group__status__codes.html#ga6b75df06d8c18366f85848331c49a1af":[2,3,36],
-"group__status__codes.html#ga72b849c71b8fdf112d318518a3b1ac7d":[2,3,53],
-"group__status__codes.html#ga733a7f3f12109103384522dac4d1146e":[2,3,9],
-"group__status__codes.html#ga7afc28738967d4d91c13d1d412d6f5e4":[2,3,45]
+"group__status__codes.html#ga72b849c71b8fdf112d318518a3b1ac7d":[2,3,53]
};
diff --git a/navtreeindex4.js b/navtreeindex4.js
index 64482cd9..46b30104 100644
--- a/navtreeindex4.js
+++ b/navtreeindex4.js
@@ -1,5 +1,7 @@
var NAVTREEINDEX4 =
{
+"group__status__codes.html#ga733a7f3f12109103384522dac4d1146e":[2,3,9],
+"group__status__codes.html#ga7afc28738967d4d91c13d1d412d6f5e4":[2,3,45],
"group__status__codes.html#ga7f57f6eddc68b9a59cceab4fdf6556ba":[2,3,24],
"group__status__codes.html#ga7f9712de2117b89215410fc18776dc84":[2,3,41],
"group__status__codes.html#ga806183ed238159d317132b0d44d7a0a2":[2,3,2],
@@ -33,8 +35,8 @@ var NAVTREEINDEX4 =
"group__status__codes.html#gafbc04b924d23cba05307e94972d7d607":[2,3,5],
"group__status__codes.html#gafeff72bd7b618959d86b804a11f09063":[2,3,1],
"hierarchy.html":[3,2],
-"index.html":[0],
"index.html":[],
+"index.html":[0],
"modules.html":[2],
"n_r_f24_8h_source.html":[4,0,0,0,2,0],
"pages.html":[],
diff --git a/search/all_f.js b/search/all_f.js
index 1fcc9016..2b28ed16 100644
--- a/search/all_f.js
+++ b/search/all_f.js
@@ -38,7 +38,7 @@ var searchData=
['setfhsshoppingperiod_243',['setFHSSHoppingPeriod',['../class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1',1,'SX127x']]],
['setfifoemptyaction_244',['setFifoEmptyAction',['../class_r_f69.html#a788023a0de9d6b43cb4079d12ca90b8d',1,'RF69::setFifoEmptyAction()'],['../class_s_x127x.html#a6fbdfd8e2a2ad1eb7e59a73385847acb',1,'SX127x::setFifoEmptyAction()']]],
['setfifofullaction_245',['setFifoFullAction',['../class_r_f69.html#a1a6ecb5fcc42c49bc3d9032e9c5db07b',1,'RF69::setFifoFullAction()'],['../class_s_x127x.html#a201c31366f32c41b801724fb662265c1',1,'SX127x::setFifoFullAction()']]],
- ['setfrequency_246',['setFrequency',['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../classn_r_f24.html#abec5f9dba44a019e23c8bf516f104fad',1,'nRF24::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../class_r_f_m95.html#a9dbe60f998ddc661282ebf454dba0f87',1,'RFM95::setFrequency()'],['../class_r_f_m96.html#ae2be63ae8365648098b84cc86475fb84',1,'RFM96::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_s_x1262.html#a7e72da22fa1fc2d87186107a3285e846',1,'SX1262::setFrequency()'],['../class_s_x1268.html#a6ad998275281de5c6f24f8a64db88052',1,'SX1268::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_physical_layer.html#a4928642e647f2dd5b614b87b681cb0a6',1,'PhysicalLayer::setFrequency()']]],
+ ['setfrequency_246',['setFrequency',['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../classn_r_f24.html#abec5f9dba44a019e23c8bf516f104fad',1,'nRF24::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../class_r_f_m95.html#a9dbe60f998ddc661282ebf454dba0f87',1,'RFM95::setFrequency()'],['../class_r_f_m96.html#ae2be63ae8365648098b84cc86475fb84',1,'RFM96::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency(float freq)'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency(float freq, bool calibrate)'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_physical_layer.html#a4928642e647f2dd5b614b87b681cb0a6',1,'PhysicalLayer::setFrequency()']]],
['setfrequencydeviation_247',['setFrequencyDeviation',['../class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3',1,'CC1101::setFrequencyDeviation()'],['../classn_r_f24.html#a5170284f0a5535de7d00216d450b87a4',1,'nRF24::setFrequencyDeviation()'],['../class_r_f69.html#adb9fbfedf95f34ac537815870b98a9be',1,'RF69::setFrequencyDeviation()'],['../class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66',1,'Si443x::setFrequencyDeviation()'],['../class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3',1,'SX126x::setFrequencyDeviation()'],['../class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679',1,'SX127x::setFrequencyDeviation()'],['../class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1',1,'SX128x::setFrequencyDeviation()'],['../class_physical_layer.html#ab9060e8ab7a2da192b3bf53b3501553b',1,'PhysicalLayer::setFrequencyDeviation()']]],
['setgain_248',['setGain',['../class_s_x1272.html#ae1c57ad5e8496dc28cd3ba9852809852',1,'SX1272::setGain()'],['../class_s_x1278.html#aa57b713988cfa224a6db2ff325052931',1,'SX1278::setGain()']]],
['setgaincontrol_249',['setGainControl',['../class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91',1,'SX128x']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index 1052dc4f..539d77b6 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -36,7 +36,7 @@ var searchData=
['setfhsshoppingperiod_538',['setFHSSHoppingPeriod',['../class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1',1,'SX127x']]],
['setfifoemptyaction_539',['setFifoEmptyAction',['../class_r_f69.html#a788023a0de9d6b43cb4079d12ca90b8d',1,'RF69::setFifoEmptyAction()'],['../class_s_x127x.html#a6fbdfd8e2a2ad1eb7e59a73385847acb',1,'SX127x::setFifoEmptyAction()']]],
['setfifofullaction_540',['setFifoFullAction',['../class_r_f69.html#a1a6ecb5fcc42c49bc3d9032e9c5db07b',1,'RF69::setFifoFullAction()'],['../class_s_x127x.html#a201c31366f32c41b801724fb662265c1',1,'SX127x::setFifoFullAction()']]],
- ['setfrequency_541',['setFrequency',['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../classn_r_f24.html#abec5f9dba44a019e23c8bf516f104fad',1,'nRF24::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../class_r_f_m95.html#a9dbe60f998ddc661282ebf454dba0f87',1,'RFM95::setFrequency()'],['../class_r_f_m96.html#ae2be63ae8365648098b84cc86475fb84',1,'RFM96::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_s_x1262.html#a7e72da22fa1fc2d87186107a3285e846',1,'SX1262::setFrequency()'],['../class_s_x1268.html#a6ad998275281de5c6f24f8a64db88052',1,'SX1268::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_physical_layer.html#a4928642e647f2dd5b614b87b681cb0a6',1,'PhysicalLayer::setFrequency()']]],
+ ['setfrequency_541',['setFrequency',['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../classn_r_f24.html#abec5f9dba44a019e23c8bf516f104fad',1,'nRF24::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../class_r_f_m95.html#a9dbe60f998ddc661282ebf454dba0f87',1,'RFM95::setFrequency()'],['../class_r_f_m96.html#ae2be63ae8365648098b84cc86475fb84',1,'RFM96::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency(float freq)'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency(float freq, bool calibrate)'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_physical_layer.html#a4928642e647f2dd5b614b87b681cb0a6',1,'PhysicalLayer::setFrequency()']]],
['setfrequencydeviation_542',['setFrequencyDeviation',['../class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3',1,'CC1101::setFrequencyDeviation()'],['../classn_r_f24.html#a5170284f0a5535de7d00216d450b87a4',1,'nRF24::setFrequencyDeviation()'],['../class_r_f69.html#adb9fbfedf95f34ac537815870b98a9be',1,'RF69::setFrequencyDeviation()'],['../class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66',1,'Si443x::setFrequencyDeviation()'],['../class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3',1,'SX126x::setFrequencyDeviation()'],['../class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679',1,'SX127x::setFrequencyDeviation()'],['../class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1',1,'SX128x::setFrequencyDeviation()'],['../class_physical_layer.html#ab9060e8ab7a2da192b3bf53b3501553b',1,'PhysicalLayer::setFrequencyDeviation()']]],
['setgain_543',['setGain',['../class_s_x1272.html#ae1c57ad5e8496dc28cd3ba9852809852',1,'SX1272::setGain()'],['../class_s_x1278.html#aa57b713988cfa224a6db2ff325052931',1,'SX1278::setGain()']]],
['setgaincontrol_544',['setGainControl',['../class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91',1,'SX128x']]],
diff --git a/todo.html b/todo.html
index e8527019..38082eb1 100644
--- a/todo.html
+++ b/todo.html
@@ -101,7 +101,7 @@ $(document).ready(function(){initNavTree('todo.html',''); initResizable(); });
- power ramp time configuration
- Member SX1262::setOutputPower (int8_t power)
- power ramp time configuration
-- Member SX1268::setFrequency (float freq, bool calibrate=true)
+- Member SX1268::setFrequency (float freq, bool calibrate)
- integers only (all modules - frequency, data rate, bandwidth etc.)
- Member SX1268::setOutputPower (int8_t power)
- power ramp time configuration