This shows you the differences between two versions of the page.
| — |
radio:arduino_cw_encoder [2020/07/15 20:19] (current) hismartalarms created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Arduino Morse Code (CW) Encoder Library ====== | ||
| + | < | ||
| + | < | ||
| + | == Download: == | ||
| + | [[http:// | ||
| + | < | ||
| + | == 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 " | ||
| + | |||
| + | < | ||
| + | |||
| + | == How to use it: == | ||
| + | |||
| + | Call the function: | ||
| + | |||
| + | morse(" | ||
| + | |||
| + | You just need to give it a string, and a pin to play the tone on. | ||