mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-02 13:31:20 +02:00
8 lines
178 B
C
8 lines
178 B
C
/* morse.h */
|
|
|
|
int morse_init (struct audio_s *audio_config_p, int amp) ;
|
|
|
|
int morse_send (int chan, char *str, int wpm, int txdelay, int txtail);
|
|
|
|
#define MORSE_DEFAULT_WPM 10
|
|
|