Updated HamShield Library Reference (markdown)

Walter Dunckel 2017-06-10 14:15:13 -07:00
parent 0b30d8439d
commit 93de544d3a
1 changed files with 10 additions and 11 deletions

@ -51,17 +51,16 @@ Returns the current channel mode as a uint16_t.
#### radio.setRfPower(0-8); #### radio.setRfPower(0-8);
Sets the output power for TX. A setting of 0 is lowest, a setting of 8 will give highest power output. Sets the output power for TX. A setting of 0 is lowest, a setting of 8 will give highest power output.
-RF Power mW RF RF Power mW RF
_____________________ 0 50
-0 50 1 55
-1 55 2 60
-2 60 3 65
-3 65 4 75
-4 75 5 95
-5 95 6 100
-6 100 7 105
-7 105 8 630 (This is approximate RF power for 440. 2m output is closer to 500, and 220 mhz is in between)
-8 630 (This is approximate RF power for 440. 2m output is closer to 500, and 220 mhz is in between)
#### radio.setModeTransmit(); #### radio.setModeTransmit();