radio:arduino_cw_encoder [ElectroThoughts]

User Tools

Site Tools


radio:arduino_cw_encoder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

radio:arduino_cw_encoder [2020/07/15 20:19] (current)
hismartalarms created
Line 1: Line 1:
 +====== Arduino Morse Code (CW) Encoder Library ======
 +<html><iframe width="600" height="400" src="https://www.youtube.com/embed/78iETidCJS4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>
 +<html><hr></html>
 +== Download: ==
 +[[http://jbdigisol.com/jaidenborich/downloads/CW.zip|Click me to download the library (CW.zip file, 2KB)!]]
  
 +<html><hr></html>
 +== What it does: ==
 +
 +This library will convert a string of letters and numbers (no symbols, just A-Z and 0-9) to morse code, and play the tones via the "tone();" command.
 +
 +<html><hr></html>
 +
 +== How to use it: ==
 +
 +Call the function:
 +
 +morse("Text!", pin);
 +
 +You just need to give it a string, and a pin to play the tone on.
radio/arduino_cw_encoder.txt ยท Last modified: 2020/07/15 20:19 by hismartalarms