make morse dot duration user settable

This commit is contained in:
morgan
2016-12-19 11:53:36 -08:00
parent 5874e6b8e5
commit 292a774a79
3 changed files with 28 additions and 13 deletions

View File

@@ -54,6 +54,7 @@ void setup() {
radio.setRfPower(0);
radio.setMorseFreq(400);
radio.setMorseDotMillis(200);
// Configure the HamShield to transmit and recieve on 446.000MHz
radio.frequency(438000);