C
void WF_TxPowerSetMax( INT8 maxTxPower );
Description
Tx Power Control Functions
After initialization the MRF24WG0MA/B max Tx power is determined by a factory-set value. This function can set a different 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 |
maxTxPower |
valid range (0 to 18 dBm) |
Returns
None.
Remarks
No conversion of units needed, input to MRF24WG0MA/B is in dBm.