C
void WF_FixTxRateWithMaxPower( BOOL oneMegaBps );
Description
Fix transmission rate with maximum power for MRF24WB0MA/B.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
oneMegaBps |
When true, that is 1 mbps. Otherwise 2 mbps |
Returns
None.
Remarks
This function can be used by MRF24WG0M to fix transmission rates too. The input parameter is 2 * rate. Eg for 11Mbps, set input parameter as 22.