First project: Morse code

This is my first Arduino project.

It's an LCD display that displays messages that you put in through the button with morse code

Pretty simple to make hardware-wise:
A button connected to the Arduino that also connects to an optional buzzer.

Wire up any LCD display

Everything "complex" is in the code.

All variables that you might want to change are at the beginning of the file

If you have any suggestions about how to clean up the wiring and/or code a bit, I would definitely appreciate them.

I'm happy with how it turned out, or at least as a first project.

morse.ino (4.36 KB)