mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 03:47:21 -05:00
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);
|