Goal
A Morse Code keyboard/Editor made using the C/C++ Micro:bit Runtime
Interprets a combination of short and long button presses into characters using Morse code.
Send characters over the serial interface to your computer, just like a “keyboard”.
Special button combinations for non-visible characters such as spaces and newlines.
Unfortunately, the author use unable to figure out how to send keyboard events, hence a “keyboard” in quotes.
Built using only the Micro:Bit runtime in C/C++
Leverage the built Micro:Bit display provide an interactive typing experience.
Prerequisites:
C language experience
Command Line experience
