C
void WF_TxPowerSetMinMax( INT8 minTxPower, INT8 maxTxPower );
Description
After initialization the MRF24WB0MA/B max Tx power is determined by a factory-set value. This function can set a different minimum and maximum Tx power levels. However, this function can never set a maximum Tx power greater than the factory-set value, which can be read via WF_TxPowerGetFactoryMax().
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
minTxPower |
Desired minTxPower (-10 to 10dB) |
maxTxPower |
Desired maxTxPower (-10 to 10dB) |
Returns
None.
Remarks
No conversion of units needed, input to MRF24WB0MA/B is in dB.