Skip to content

pikachuface/ArduinoMorseTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published