mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 01:49:24 +08:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user