QtSoundModem/morse.h
John Wiseman 2033a940a2 0.0.0.67
2023-09-02 11:56:09 +01:00

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