Arduino/Arduinomorse Library: Difference between revisions
From charlesreid1
(Created page with "The first step is to download the arduinomorse library from GitHub: https://github.com/markfickett/arduinomorse The second step is to zip up the resulting folder into a zip f...") |
No edit summary |
||
| Line 4: | Line 4: | ||
The third step is to load this as a library in the Arduino development environment, which will add the relevant header files to somewhere where Arduino will find them when you <code>#include</code> them. | The third step is to load this as a library in the Arduino development environment, which will add the relevant header files to somewhere where Arduino will find them when you <code>#include</code> them. | ||
[[Category:Arduino]] | |||
[[Category:Ham Radio]] | |||
Revision as of 00:41, 19 July 2015
The first step is to download the arduinomorse library from GitHub: https://github.com/markfickett/arduinomorse
The second step is to zip up the resulting folder into a zip file, arduinomorse.zip.
The third step is to load this as a library in the Arduino development environment, which will add the relevant header files to somewhere where Arduino will find them when you #include them.