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

@@ -481,6 +481,8 @@ class HamShield {
void buttonMode(uint8_t mode);
static void isr_ptt();
static void isr_reset();
unsigned int getMorseFreq();
void setMorseFreq(unsigned int morse_freq_hz);
void morseOut(char buffer[HAMSHIELD_MORSE_BUFFER_SIZE]);
uint8_t morseLookup(char letter);
bool waitForChannel(long timeout, long breakwindow, int setRSSI);