k3ng / k3ng_cw_keyer

K3NG Arduino CW Keyer
http://blog.radioartisan.com/arduino-cw-keyer/
GNU General Public License v3.0
416 stars 216 forks source link

Add support for using the NewTone library. #99

Closed cstroie closed 4 years ago

cstroie commented 4 years ago

The NewTone library by Tim Eckel uses the Timer1 to flip any Arduino pin and creates binaries around 1k smaller than the standard tone library. I have included the files in the libraries directory to the keyer.

To use it, copy the NewTone folder to your libraries folder and uncomment the line:

#define FEATURE_SIDETONE_NEWTONE