mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 23:15:18 +00:00
audioutils/morsey: Add the Morsey library
This commit adds the Morsey library (Apache 2.0 licensed) to be downloaded from an external repository so it can be used in NuttX applications. This library parses ASCII text into Morse code marks to be played by a user-implemented 'transmit' function (i.e. over an LED, buzzer, audio sink, etc.). Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
parent
1e490d3fbe
commit
ffe49fcd6c
5 changed files with 83 additions and 0 deletions
1
include/.gitignore
vendored
1
include/.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/netutils/cJSON.h
|
||||
/netutils/cJSON_Utils.h
|
||||
/audioutils/rtttl.h
|
||||
/audioutils/morsey.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue