diff --git a/_s_x1262_8h_source.html b/_s_x1262_8h_source.html index 91ddb4c9..d82a5df8 100644 --- a/_s_x1262_8h_source.html +++ b/_s_x1262_8h_source.html @@ -117,19 +117,19 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
66 
72  int16_t setFrequency(float freq);
73 
-
80  int16_t setFrequency(float freq, bool calibrate);
-
81 
-
88  virtual int16_t setOutputPower(int8_t power);
-
89 
-
90 #if !RADIOLIB_GODMODE
-
91  private:
-
92 #endif
-
93 
-
94 };
-
95 
-
96 #endif
-
97 
-
98 #endif
+
83  int16_t setFrequency(float freq, bool calibrate, float band = 4);
+
84 
+
91  virtual int16_t setOutputPower(int8_t power);
+
92 
+
93 #if !RADIOLIB_GODMODE
+
94  private:
+
95 #endif
+
96 
+
97 };
+
98 
+
99 #endif
+
100 
+
101 #endif
Module
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:31
SX1262
Derived class for SX1262 modules.
Definition: SX1262.h:22
SX1262::SX1262
SX1262(Module *mod)
Default constructor.
Definition: SX1262.cpp:4
diff --git a/_s_x1268_8h_source.html b/_s_x1268_8h_source.html index 95999a5b..38e45c5c 100644 --- a/_s_x1268_8h_source.html +++ b/_s_x1268_8h_source.html @@ -116,19 +116,19 @@ $(document).ready(function(){initNavTree('_s_x1268_8h_source.html',''); initResi
65 
71  int16_t setFrequency(float freq);
72 
-
79  int16_t setFrequency(float freq, bool calibrate);
-
80 
-
86  int16_t setOutputPower(int8_t power);
-
87 
-
88 #if !RADIOLIB_GODMODE
-
89  private:
-
90 #endif
-
91 
-
92 };
-
93 
-
94 #endif
-
95 
-
96 #endif
+
82  int16_t setFrequency(float freq, bool calibrate, float band = 4);
+
83 
+
89  int16_t setOutputPower(int8_t power);
+
90 
+
91 #if !RADIOLIB_GODMODE
+
92  private:
+
93 #endif
+
94 
+
95 };
+
96 
+
97 #endif
+
98 
+
99 #endif
Module
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:31
SX1268
Derived class for SX1268 modules.
Definition: SX1268.h:21
SX1268::setOutputPower
int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -9 to 22 dBm.
Definition: SX1268.cpp:68
diff --git a/class_l_l_c_c68-members.html b/class_l_l_c_c68-members.html index 3915618a..36ff9eda 100644 --- a/class_l_l_c_c68-members.html +++ b/class_l_l_c_c68-members.html @@ -153,7 +153,7 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab setDirectSyncWord(uint32_t syncWord, uint8_t len)PhysicalLayer setEncoding(uint8_t encoding) overrideSX126xvirtual setFrequency(float freq)SX1262virtual - setFrequency(float freq, bool calibrate)SX1262 + setFrequency(float freq, bool calibrate, float band=4)SX1262 setFrequencyDeviation(float freqDev) overrideSX126xvirtual setNodeAddress(uint8_t nodeAddr)SX126x setOutputPower(int8_t power)SX1262virtual diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html index 17514807..d92a2425 100644 --- a/class_l_l_c_c68.html +++ b/class_l_l_c_c68.html @@ -133,9 +133,9 @@ Public Member Functions 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 setFrequency (float freq, bool calibrate, float band=4) + Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
+  virtual int16_t setOutputPower (int8_t power)  Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
  diff --git a/class_s_t_m32_w_lx-members.html b/class_s_t_m32_w_lx-members.html index ee69ca89..a0e4c5b9 100644 --- a/class_s_t_m32_w_lx-members.html +++ b/class_s_t_m32_w_lx-members.html @@ -158,7 +158,7 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi setDirectSyncWord(uint32_t syncWord, uint8_t len)PhysicalLayer setEncoding(uint8_t encoding) overrideSX126xvirtual setFrequency(float freq)SX1262virtual - setFrequency(float freq, bool calibrate)SX1262 + setFrequency(float freq, bool calibrate, float band=4)SX1262 setFrequencyDeviation(float freqDev) overrideSX126xvirtual setNodeAddress(uint8_t nodeAddr)SX126x setOutputPower(int8_t power) overrideSTM32WLxvirtual diff --git a/class_s_t_m32_w_lx.html b/class_s_t_m32_w_lx.html index cf700491..459cc1b7 100644 --- a/class_s_t_m32_w_lx.html +++ b/class_s_t_m32_w_lx.html @@ -179,9 +179,9 @@ void 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 setFrequency (float freq, bool calibrate, float band=4) + Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
- Public Member Functions inherited from SX126x  SX126x (Module *mod)  Default constructor. More...
diff --git a/class_s_x1261-members.html b/class_s_x1261-members.html index 0d32beb5..b4741621 100644 --- a/class_s_x1261-members.html +++ b/class_s_x1261-members.html @@ -152,7 +152,7 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable setDirectSyncWord(uint32_t syncWord, uint8_t len)PhysicalLayer setEncoding(uint8_t encoding) overrideSX126xvirtual setFrequency(float freq)SX1262virtual - setFrequency(float freq, bool calibrate)SX1262 + setFrequency(float freq, bool calibrate, float band=4)SX1262 setFrequencyDeviation(float freqDev) overrideSX126xvirtual setNodeAddress(uint8_t nodeAddr)SX126x setOutputPower(int8_t power)SX1261virtual diff --git a/class_s_x1261.html b/class_s_x1261.html index af799345..cfa4e2a5 100644 --- a/class_s_x1261.html +++ b/class_s_x1261.html @@ -127,9 +127,9 @@ Public Member Functions 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 setFrequency (float freq, bool calibrate, float band=4) + Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
- Public Member Functions inherited from SX126x  SX126x (Module *mod)  Default constructor. More...
diff --git a/class_s_x1262-members.html b/class_s_x1262-members.html index a4d43b88..f38eacb4 100644 --- a/class_s_x1262-members.html +++ b/class_s_x1262-members.html @@ -152,7 +152,7 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable setDirectSyncWord(uint32_t syncWord, uint8_t len)PhysicalLayer setEncoding(uint8_t encoding) overrideSX126xvirtual setFrequency(float freq)SX1262virtual - setFrequency(float freq, bool calibrate)SX1262 + setFrequency(float freq, bool calibrate, float band=4)SX1262 setFrequencyDeviation(float freqDev) overrideSX126xvirtual setNodeAddress(uint8_t nodeAddr)SX126x setOutputPower(int8_t power)SX1262virtual diff --git a/class_s_x1262.html b/class_s_x1262.html index ec23a80c..2337e204 100644 --- a/class_s_x1262.html +++ b/class_s_x1262.html @@ -122,9 +122,9 @@ Public Member Functions 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 setFrequency (float freq, bool calibrate, float band=4) + Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
+  virtual int16_t setOutputPower (int8_t power)  Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
  @@ -697,8 +697,8 @@ bool  -

◆ setFrequency() [2/2]

+ +

◆ setFrequency() [2/2]

@@ -713,7 +713,13 @@ bool  bool  - calibrate  + calibrate, + + + + + float  + band = 4  @@ -728,6 +734,7 @@ bool  freqCarrier frequency to be set in MHz. calibrateRun image calibration. + bandHalf bandwidth for image calibration. For example, if carrier is 434 MHz and band is set to 4 MHz, then the image will be calibrate for band 430 - 438 MHz. Unused if calibrate is set to false, defaults to 4 MHz diff --git a/class_s_x1262.js b/class_s_x1262.js index 70d52f40..70f8277c 100644 --- a/class_s_x1262.js +++ b/class_s_x1262.js @@ -4,6 +4,6 @@ var class_s_x1262 = [ "begin", "class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc", null ], [ "beginFSK", "class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1", null ], [ "setFrequency", "class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767", null ], - [ "setFrequency", "class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6", null ], + [ "setFrequency", "class_s_x1262.html#a48794e87684bc70b8e987066d827a0fd", 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 96a782c0..cb682764 100644 --- a/class_s_x1268-members.html +++ b/class_s_x1268-members.html @@ -152,7 +152,7 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable setDirectSyncWord(uint32_t syncWord, uint8_t len)PhysicalLayer setEncoding(uint8_t encoding) overrideSX126xvirtual setFrequency(float freq)SX1268virtual - setFrequency(float freq, bool calibrate)SX1268 + setFrequency(float freq, bool calibrate, float band=4)SX1268 setFrequencyDeviation(float freqDev) overrideSX126xvirtual setNodeAddress(uint8_t nodeAddr)SX126x setOutputPower(int8_t power)SX1268virtual diff --git a/class_s_x1268.html b/class_s_x1268.html index 59c041f8..b05aa68a 100644 --- a/class_s_x1268.html +++ b/class_s_x1268.html @@ -119,9 +119,9 @@ Public Member Functions 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 setFrequency (float freq, bool calibrate, float band=4) + 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 -9 to 22 dBm. More...
  @@ -694,8 +694,8 @@ bool  -

◆ setFrequency() [2/2]

+ +

◆ setFrequency() [2/2]

@@ -710,7 +710,13 @@ bool  bool  - calibrate  + calibrate, + + + + + float  + band = 4  @@ -720,11 +726,12 @@ bool  -

Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz.

+

Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.

Parameters
+
freqCarrier frequency to be set in MHz.
calibrateRun image calibration.
bandHalf bandwidth for image calibration. For example, if carrier is 434 MHz and band is set to 4 MHz, then the image will be calibrate for band 430 - 438 MHz. Unused if calibrate is set to false, defaults to 4 MHz
diff --git a/class_s_x1268.js b/class_s_x1268.js index 99389815..6cec1594 100644 --- a/class_s_x1268.js +++ b/class_s_x1268.js @@ -4,6 +4,6 @@ var class_s_x1268 = [ "begin", "class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71", null ], [ "beginFSK", "class_s_x1268.html#af6b041392136b599eec57085e2067a6f", null ], [ "setFrequency", "class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12", null ], - [ "setFrequency", "class_s_x1268.html#a59b538f4971525849b7aaa3456de9929", null ], + [ "setFrequency", "class_s_x1268.html#a8bb9dac1694ca41e7d6b4b93deff2b1e", null ], [ "setOutputPower", "class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45", null ] ]; \ No newline at end of file diff --git a/functions_func_s.html b/functions_func_s.html index 7002516e..8d82be13 100644 --- a/functions_func_s.html +++ b/functions_func_s.html @@ -302,7 +302,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza ,
Si4430 , Si4432 , SX1262 -, SX1268 +, SX1268 , SX1272 , SX1276 , SX1277 diff --git a/functions_s.html b/functions_s.html index 29df7f69..948a8ef7 100644 --- a/functions_s.html +++ b/functions_s.html @@ -307,8 +307,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable() , RF69 , Si4430 , Si4432 -, SX1262 -, SX1268 +, SX1262 +, SX1268 , SX1272 , SX1276 , SX1277 diff --git a/navtreeindex2.js b/navtreeindex2.js index 88c0bd0c..f256dfb9 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -79,15 +79,15 @@ var NAVTREEINDEX2 = "class_s_x1261.html#aa541f927995a1756c651b93fd24edc65":[3,0,54,1], "class_s_x1262.html":[3,0,55], "class_s_x1262.html#a0da317728ec8ef23c5032d550c9acb8d":[3,0,55,0], -"class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6":[3,0,55,4], "class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1":[3,0,55,2], +"class_s_x1262.html#a48794e87684bc70b8e987066d827a0fd":[3,0,55,4], "class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc":[3,0,55,1], "class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc":[3,0,55,5], "class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767":[3,0,55,3], "class_s_x1268.html":[3,0,56], -"class_s_x1268.html#a59b538f4971525849b7aaa3456de9929":[3,0,56,4], "class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45":[3,0,56,5], "class_s_x1268.html#a6bc50597d50fd9a2387628e452eac42f":[3,0,56,0], +"class_s_x1268.html#a8bb9dac1694ca41e7d6b4b93deff2b1e":[3,0,56,4], "class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12":[3,0,56,3], "class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71":[3,0,56,1], "class_s_x1268.html#af6b041392136b599eec57085e2067a6f":[3,0,56,2], diff --git a/search/all_10.js b/search/all_10.js index 70816793..9b5787a0 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -48,7 +48,7 @@ var searchData= ['setfhsshoppingperiod_374',['setFHSSHoppingPeriod',['../class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1',1,'SX127x']]], ['setfifoemptyaction_375',['setFifoEmptyAction',['../class_r_f69.html#a788023a0de9d6b43cb4079d12ca90b8d',1,'RF69::setFifoEmptyAction()'],['../class_s_x127x.html#a6fbdfd8e2a2ad1eb7e59a73385847acb',1,'SX127x::setFifoEmptyAction()']]], ['setfifofullaction_376',['setFifoFullAction',['../class_r_f69.html#a1a6ecb5fcc42c49bc3d9032e9c5db07b',1,'RF69::setFifoFullAction()'],['../class_s_x127x.html#a201c31366f32c41b801724fb662265c1',1,'SX127x::setFifoFullAction()']]], - ['setfrequency_377',['setFrequency',['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency()'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency()']]], + ['setfrequency_377',['setFrequency',['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency()'],['../class_s_x1262.html#a48794e87684bc70b8e987066d827a0fd',1,'SX1262::setFrequency(float freq, bool calibrate, float band=4)'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_s_x1268.html#a8bb9dac1694ca41e7d6b4b93deff2b1e',1,'SX1268::setFrequency()']]], ['setfrequencydeviation_378',['setFrequencyDeviation',['../class_physical_layer.html#a2f4f9b428d9ea9af886ca85e5088ed7b',1,'PhysicalLayer::setFrequencyDeviation()'],['../class_external_radio.html#a02928a19eab0eab615c02180cedda3eb',1,'ExternalRadio::setFrequencyDeviation()'],['../class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1',1,'SX128x::setFrequencyDeviation()'],['../class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679',1,'SX127x::setFrequencyDeviation()'],['../class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3',1,'SX126x::setFrequencyDeviation()'],['../class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66',1,'Si443x::setFrequencyDeviation()'],['../class_r_f69.html#adb9fbfedf95f34ac537815870b98a9be',1,'RF69::setFrequencyDeviation()'],['../classn_r_f24.html#a5170284f0a5535de7d00216d450b87a4',1,'nRF24::setFrequencyDeviation()'],['../class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3',1,'CC1101::setFrequencyDeviation()']]], ['setgain_379',['setGain',['../class_s_x1278.html#aa57b713988cfa224a6db2ff325052931',1,'SX1278::setGain()'],['../class_s_x1272.html#ae1c57ad5e8496dc28cd3ba9852809852',1,'SX1272::setGain()']]], ['setgaincontrol_380',['setGainControl',['../class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91',1,'SX128x']]], diff --git a/search/functions_f.js b/search/functions_f.js index 92d2c0bd..d121eb46 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -45,7 +45,7 @@ var searchData= ['setfhsshoppingperiod_776',['setFHSSHoppingPeriod',['../class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1',1,'SX127x']]], ['setfifoemptyaction_777',['setFifoEmptyAction',['../class_s_x127x.html#a6fbdfd8e2a2ad1eb7e59a73385847acb',1,'SX127x::setFifoEmptyAction()'],['../class_r_f69.html#a788023a0de9d6b43cb4079d12ca90b8d',1,'RF69::setFifoEmptyAction(void(*func)(void))']]], ['setfifofullaction_778',['setFifoFullAction',['../class_r_f69.html#a1a6ecb5fcc42c49bc3d9032e9c5db07b',1,'RF69::setFifoFullAction()'],['../class_s_x127x.html#a201c31366f32c41b801724fb662265c1',1,'SX127x::setFifoFullAction()']]], - ['setfrequency_779',['setFrequency',['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency()'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency()']]], + ['setfrequency_779',['setFrequency',['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#a8bb9dac1694ca41e7d6b4b93deff2b1e',1,'SX1268::setFrequency()'],['../class_s_x1262.html#a48794e87684bc70b8e987066d827a0fd',1,'SX1262::setFrequency(float freq, bool calibrate, float band=4)'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_c_c1101.html#a9592c023556c38c2b8066a23da96ae5e',1,'CC1101::setFrequency()'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency()']]], ['setfrequencydeviation_780',['setFrequencyDeviation',['../class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3',1,'SX126x::setFrequencyDeviation()'],['../class_physical_layer.html#a2f4f9b428d9ea9af886ca85e5088ed7b',1,'PhysicalLayer::setFrequencyDeviation()'],['../class_external_radio.html#a02928a19eab0eab615c02180cedda3eb',1,'ExternalRadio::setFrequencyDeviation()'],['../class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1',1,'SX128x::setFrequencyDeviation()'],['../class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679',1,'SX127x::setFrequencyDeviation()'],['../class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66',1,'Si443x::setFrequencyDeviation()'],['../class_r_f69.html#adb9fbfedf95f34ac537815870b98a9be',1,'RF69::setFrequencyDeviation()'],['../classn_r_f24.html#a5170284f0a5535de7d00216d450b87a4',1,'nRF24::setFrequencyDeviation()'],['../class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3',1,'CC1101::setFrequencyDeviation()']]], ['setgain_781',['setGain',['../class_s_x1272.html#ae1c57ad5e8496dc28cd3ba9852809852',1,'SX1272::setGain()'],['../class_s_x1278.html#aa57b713988cfa224a6db2ff325052931',1,'SX1278::setGain()']]], ['setgaincontrol_782',['setGainControl',['../class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91',1,'SX128x']]], diff --git a/todo.html b/todo.html index dd0f9b6d..d2b92b10 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)
+
Member SX1268::setFrequency (float freq, bool calibrate, float band=4)
integers only (all modules - frequency, data rate, bandwidth etc.)
Member SX1268::setOutputPower (int8_t power)
power ramp time configuration