mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-13 01:49:32 +00:00
9 lines
178 B
C
9 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
|
|
|