mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 19:57:17 -05:00
4 lines
160 B
C
4 lines
160 B
C
#include "settings.h"
|
|
//sends out morse code at the speed set by cwSpeed
|
|
void morseText(char *text, uint16_t dit_duration_ms = globalSettings.cwDitDurationMs);
|