* Added support for configuring the sidetone line states HIGH and LOW.
* Use the NewTone instead of the standard tone library (~1k smaller code).
* Included the NewTone libray by Tim Eckel <teckel@leethost.com>
OPTION_DISABLE_SERIAL_PORT_CHECKING_WHILE_SENDING_CW has been flipped and changed to OPTION_ENABLE_SERIAL_PORT_CHECKING_WHILE_SENDING_CW_MAY_CAUSE_PROBLEMS
Fixed some compiler warnings
* add hardware files for YAACWK Arduino Nano V3.0 based board
see http://i1cra.briata.org/yaacwk/ for more info
* enable define HARDWARE_YAACWK as default in this branch
* removed feature sleep
enable OPTION_CW_KEYBOARD_ITALIAN
* Add YAACWK KiCad Schematic Sources for Arduino Nano v3
* Add YAACWK KiCad Schematic Sources for AtMega 644p
* Yaacwk 644p variant with:
FEATURE_LCD_4BIT enabled
FEATURE_CW_DECODER enabled
* Updated YAACWK Kicad to allign with latest pin settings for AtMega 644p variant
moved ps2_keyboard_clock to pin2 (pin3 on AtMega 644p is not an interrupt capable pin!)
moved paddle_left to pin3
added cw decoder indicator LED on pin30
* Add HARDWARE_YAACWK and left not default in this branch"
This reverts commit 24624afdce.
* update yaacwk's settings to reflect the current k3ng keyer src code
* fix typo caused by 984f038e31
* Yaacwk - fix eechema, cw_decored reenabled and speed pot now is working
* HARDWARE_YAACWK left enabled by default in this branch
* fix yaawck eeschema for display, to reflect the current src code
* yaacwk, add winkey support
* yaacwk, eeschema cleanup, ps2 pinout fixed, uart ttl and new power input added
* Revert "HARDWARE_YAACWK left enabled by default in this branch"
This reverts commit 464ad47deb.
* cleanup after merge
* yaacwk, settings refresh
* removed kicad stuff, now this is managed on separated repo: https://github.com/federicobriata/iz1glg_yaacw_keyer
* YAACWK v1.1, new pinout for make SPI and Serial1 available, eeschema: https://github.com/federicobriata/iz1glg_yaacw_keyer
* Yaacwk now have 8 analog buttons
* yaacwk, settings refresh
* disable HARDWARE_YAACWK by default in this branch
Fixed issue with FEATURE_CW_DECODER + OPTION_CW_DECODER_GOERTZEL_AUDIO_DETECTOR and wrong GOERTZ_SAMPLING_FREQ and GOERTZ_SAMPLES used in goertzel.h causing keyer lockups after startup
lcd_columns and lcd_rows in keyer_settings*.h files renamed to LCD_COLUMNS and LCD_ROWS
OPTION_INVERT_PADDLE_PIN_LOGIC - paddle closed = HIGH, paddle open = LOW