Updated HamShield Library Reference (markdown)
parent
18c4b4fa03
commit
9d18389861
|
@ -51,11 +51,7 @@ 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](http://support.hamshield.com/uploads/default/original/1X/23d46859a6f450334c7cdacfaae448c52cb5e12e.png) http://support.hamshield.com/uploads/default/original/1X/f4c1226f812c8631da6a7f8d46bc5ac3dcee6b55.jpg
|
![RF Power](http://support.hamshield.com/uploads/default/original/1X/23d46859a6f450334c7cdacfaae448c52cb5e12e.png) ![Spectrum RF 446 mhz](http://support.hamshield.com/uploads/default/original/1X/f4c1226f812c8631da6a7f8d46bc5ac3dcee6b55.jpg)m radio band. See .dangerousMode() to override.
|
||||||
|
|
||||||
#### radio.setModeTransmit();
|
|
||||||
|
|
||||||
Turns on the transmitter, as long as it is within a United States ham radio band. See .dangerousMode() to override.
|
|
||||||
|
|
||||||
#### radio.morseOut("MY CALLSIGN IS ZZ6EXAMPL.");
|
#### radio.morseOut("MY CALLSIGN IS ZZ6EXAMPL.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue