diff --git a/Documentation/applications/audioutils/morsey/index.rst b/Documentation/applications/audioutils/morsey/index.rst new file mode 100644 index 00000000000..2578abd312c --- /dev/null +++ b/Documentation/applications/audioutils/morsey/index.rst @@ -0,0 +1,16 @@ +========================= +``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: + +.. code:: c + + #include + +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.