====== Arduino Morse Code (CW) Encoder Library ======
== Download: == [[http://jbdigisol.com/jaidenborich/downloads/CW.zip|Click me to download the library (CW.zip file, 2KB)!]]
== 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.
== 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.