arduino / EduIntro

Arduino library aimed at making super-fast introductory workshops to Arduino. Based on the idea of having components as objects in the code.
GNU General Public License v3.0
37 stars 14 forks source link

Including Morse Code using LED #10

Open mightycandle opened 4 years ago

mightycandle commented 4 years ago

Hey. I got an idea as to include function for morse code which imports functions for basic applications like sending a distress sos signal and I'm working on it. Not just the sos signal, we can include the functions for every alphabet in morse code and help in communicating in the morse code itself. The small and long intervals can be represented by change in duration and pause in blinking of the LED connected. May I know whether anyone's working on this issue ? I'd very much like to contribute in this regard