4 lines
159 B
C
4 lines
159 B
C
|
//sends out morse code at the speed set by cwSpeed
|
||
|
extern int cwSpeed; //this is actuall the dot period in milliseconds
|
||
|
void morseText(char *text);
|