Skip to content

keio/Arduino-Morse-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Arduino-Morse-Library

Arduino Library that blinks an LED. A personal exercise in creating libraries for Arduino. Following the guide at http://arduino.cc/en/Hacking/LibraryTutorial.

General workflow

  1. Start with a working *.ino sketch
  2. Create a *.h file (C++ header) with definitions of everything inside the library
  3. Create a *.cpp file containing the code to run
  4. Create a keywords.txt file to enable color highlighting
  5. Create an example.ino file which demonstrates the library
Folder structure

Morse > examples > SOS

Morse contains the .cpp .h and .txt files. SOS contains the .ino file that demonstrates the functionality of the library. SOS will be accessible from File > Sketchbook > Examples in Arduino.

About

Arduino Library that blinks an LED.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published