This PR creates a preliminary morse code library that we can use to encode arbitrary text into a morse code text/audio signal. The audio generation function currently only generates one sample at a time, since i'm assuming that will be calling it from an interrupt on the microcontroller.
This PR creates a preliminary morse code library that we can use to encode arbitrary text into a morse code text/audio signal. The audio generation function currently only generates one sample at a time, since i'm assuming that will be calling it from an interrupt on the microcontroller.