blob: 7566e325a9b4ca1f608910cea329941e37c6772d [file] [log] [blame] [view] [edit]
# Morse code
This module encodes messages using Morse code and a provided output function.
For example, if the output function sets an LED on or off, then calling
`Encoder::Encode` with a message string will cause the LED to blink the message
in Morse code.