Merge remote-tracking branch 'upstream/master' into afsk

This commit is contained in:
Stephen Olesen
2015-07-03 23:54:34 -06:00
2 changed files with 122 additions and 25 deletions

View File

@@ -530,7 +530,7 @@ class HamShield {
static void isr_ptt();
static void isr_reset();
void morseOut(char buffer[HAMSHIELD_MORSE_BUFFER_SIZE]);
char morseLookup(char letter);
uint8_t morseLookup(char letter);
bool waitForChannel(long timeout, long breakwindow, int setRSSI);
void SSTVVISCode(int code);
void SSTVTestPattern(int code);