Skip to content

Arduino library for sending digital signals in morse code easily

Notifications You must be signed in to change notification settings

L1am-cd/Arduino-MorseCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Banner

DigitalWriteMorseCode(PIN, "...---..."); Example ...---...

DigitalWriteMorseCode(PIN, "SOS"); Example SOS

Use

  1. Copy "MorseCode.h" and "MorseCode.cpp" to your Arduino Project or copy the files into the folder libraries/MorseCode in your Arduino installation directory. (Restart needed)
  2. Add #include <MorseCode.h> at the top of your .ino file.
  3. Use the function DigitalWriteMorseCode(PIN, TEXT); to send a digital signal in Morse code

You can either use DigitalWriteMorseCode(PIN, ". -..- .- -- .--. .-.. ."); or DigitalWriteMorseCode(PIN, "EXAMPLE");

Supported Characters are: ABCDEFGHIJKLMNOPQRSTUVWXYZß1234567890()!?:=

About

Arduino library for sending digital signals in morse code easily

Resources

Stars

Watchers

Forks

Packages

No packages published