Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 882 Bytes

Example_Library-Morse

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.

Installation

To install this repo as a library:

Pre-requisites:

Instructions:

  1. Download repo as .zip format
  2. In arduino IDE, open: Sketch/Include Library/Add ZIP Library
  3. Check that the library was installed by visiting Sketch/Include Library and checking under "contributed libraries"

Successfully installed library

Successfully installed library image