Following the tutorial library from Arduino's Morse Code Library Tutorial.
This library implements dot()
and dash()
functionality which is used in Morse Code. It uses the Adafruit LEDs as visual output.
To install this repo as a library:
Pre-requisites:
- Installed Ardunio IDE
- Installed Adafruit Neopixel Library
Instructions:
- Download repo as
.zip
format - In arduino IDE, open:
Sketch/Include Library/Add ZIP Library
- Check that the library was installed by visiting
Sketch/Include Library
and checking under "contributed libraries"
Successfully installed library