You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A terminal-based Morse code converter tool for PC, implemented in both C and C++. The project demonstrates the use of threads, semaphores, and C/C++ programming features such as pointers and structs. This repository serves as a reference implementation for a similar project targeting microcontrollers.
This project is a simple cli tool that allows for bidirectional translation to and from morse code. The program takes the user's input from the cli and displays the translation.