Update LR1120.h
This commit is contained in:
parent
d474816194
commit
25cc487b14
1 changed files with 2 additions and 1 deletions
|
@ -93,9 +93,10 @@ class LR1120: public LR11x0 {
|
||||||
\param band Half bandwidth for image calibration. For example,
|
\param band Half bandwidth for image calibration. For example,
|
||||||
if carrier is 434 MHz and band is set to 4 MHz, then the image will be calibrate
|
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
|
for band 430 - 438 MHz. Unused if calibrate is set to false, defaults to 4 MHz
|
||||||
|
\param skipRfValidation Skip frequency range validation
|
||||||
\returns \ref status_codes
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
int16_t setFrequency(float freq, bool skipCalibration, float band = 4);
|
int16_t setFrequency(float freq, bool skipCalibration, float band = 4, bool skipRfValidation = false);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Sets output power. Allowed values are in range from -9 to 22 dBm (high-power PA) or -17 to 14 dBm (low-power PA).
|
\brief Sets output power. Allowed values are in range from -9 to 22 dBm (high-power PA) or -17 to 14 dBm (low-power PA).
|
||||||
|
|
Loading…
Add table
Reference in a new issue