docs/applications/audioutils: Document Morsey library

Includes documentation about how to include and use the Morsey library
for transmitting Morse code.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
Matteo Golin
2026-07-24 12:03:37 +08:00
committed by Xiang Xiao
parent 2cb7b7c03e
commit ba0ad5f489
@@ -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 <audioutils/morsey.h>
See the `Morsey repository <https://github.com/linguini1/morsey>`_ 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.