Skip to content

develpr/morseling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Morseling - Arduino

##A simple Arduino sketch for recording key presses and transmissing them

This is a simple sketch that can be used as the bases for more complex sketches, likely for the purposes of simulating a morse code "key." The sketch is simple, basically listening for a button press, then continueing to listen for additional button presses and recording the length of button presses as well as the length of time between button presses. After a 5 second delay, these button presses are "transmitted" to the serial output.

This will be changed/modified in time to work with the Arduino Yun, and both send and receive transmissions using the Bridge library.

About

Code for Arduino to allow input/transmission/output of morse code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages