make morse tone freq user settable

This commit is contained in:
morgan
2016-12-19 11:40:44 -08:00
parent 4ff3f7d9d0
commit 5874e6b8e5
3 changed files with 20 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ void setup() {
// Tell the HamShield to start up
radio.initialize();
radio.setRfPower(0);
radio.setMorseFreq(400);
// Configure the HamShield to transmit and recieve on 446.000MHz
radio.frequency(438000);