Skip to content

Commit a6a830a

Browse files
committed
Final version
1 parent 146d0a1 commit a6a830a

21 files changed

+1
-1
lines changed

AutoTuner.ino

100644100755
File mode changed.

Documentation/AutoTune.ods

100644100755
File mode changed.

Documentation/AutoTune.odt

100644100755
File mode changed.

Documentation/AutoTune.pdf

100644100755
File mode changed.

Documentation/AutoTunerDocs.txt

100644100755
File mode changed.

Documentation/Dictionary

100644100755
File mode changed.

Documentation/Sample_FineTune_Debug_Output.txt

100644100755
File mode changed.

Documentation/fineTune.odg

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

Resource/AnalogButtons.cpp.xmpl

100644100755
File mode changed.

Resource/AnalogButtons.h

100644100755
File mode changed.

Resource/AnalogPB.txt

100644100755
File mode changed.

Resource/SN74HC595.pdf

100644100755
File mode changed.

Resource/analogPB2.txt

100644100755
File mode changed.

Resource/atunnerauto.pdf

100644100755
File mode changed.

Resource/command_butons.txt

100644100755
File mode changed.

Resource/ff_phase_discriminator.jpg

100644100755
File mode changed.

Resource/k3ng-keyer-schematic-2012052101.png

100644100755
File mode changed.

Resource/uln2003a.pdf

100644100755
File mode changed.

defines.h

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define SWR_AVERAGE_COUNT 8 // Number of analog readings to find a voice peak
2929

3030
// Shift Register for L & C driver Pin assign
31-
#define outputEnable 4 // Pin 11 of 74HC164 U5 to pin 7 of Arduino Nano
31+
#define outputEnable 4 // Pin 13 of 74HC164 U5 to pin 7 of Arduino Nano
3232

3333
#define Lclock 8 // Pin 11 of 74HC595 U3 to pin 11 of Arduino Nano
3434
#define Llatch 7 // Pin 12 of 74HC595 U4 to pin 10 of Arduino Nano

0 commit comments

Comments
 (0)