/ArduinoMorseTranslator

Code that translates normal chars(from PS2 keyboard input) into morse code in real time

Primary LanguageCMIT LicenseMIT

Realtime morse translator from PS2 keyboard input for Arduino.

image

Needed libraries are:

They are included with all releases!

When compiling

It may throw some warnings, but if it will compile, there is no need to worry. The warnings are there because the STL lib is old version which contains throw keyword which is not used in C++ anymore.

If there will be error with the libs and won't compile, try removing and adding back the libs in the Arduino IDE.

This repositary is for use in VS code with Platform.io

This means if you would like to download the *.ino file, go to the Release tab and get it from there.

Where is the original src file

If you are wondering where is the C++ source file, go to /src/main.cpp