morsey Morsey library
morsey is a simple library for parsing ASCII text into Morse code marks, and
playing Morse using a user-defined interface.
To use the morsey library, include it like so:
#include <audioutils/morsey.h>
See the Morsey repository for
documentation on how to use the library. Note that there is also an included
example.c file where Morse code is printed to the console.