I had my own code to check the A6 input.? It works but the ohmmeter says 150 ohms to ground
with power OFF and either polarity (fluke 77).
So I can keep going (production version) on other stuff I just commented out the call to cwKeyer().
In short ignore A6 for now.? Keeping it simple its all doe by one line in the VOID LOOP() code.
-----section-----------
void loop(){?
//**? cwKeyer(); */?
? if (!txCAT)
? ? checkPTT();
? ? checkButton();
....
Since CW is not my big thing I may drop it completely from the code and do my personal
version from there.? That will be more buttons and No push button on the encoder as?
the encode I'm using will not have one.
The buttons will be:
? ?Sideband (toggle U/L)
? ?Band (rotating list 160,80,40,20,17,15,10 back to start)
? ?Tune rate (10hz/1khz/1mhz step select rotating list.)
? ?VFO ( A/B toggle)
? ?Spilt (TX on B RX on A, Toggle ON/OFF)??
? ?Calibrate (internal button, bring up list for setting cal BFO, 1ST, 2ND)
?I haven't decided on digital in or analog.
Allison
?