# 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. |