Misc small changes.
This commit is contained in:
@@ -98,7 +98,9 @@ unsigned char keyerState = IDLE;
|
||||
char update_PaddleLatch(byte isUpdateKeyState) {
|
||||
unsigned char tmpKeyerControl = 0;
|
||||
int paddle = analogRead(ANALOG_KEYER);
|
||||
/* KC4UPR: temporarily disabling keyer while doing ubitx_iop development.
|
||||
|
||||
return 0; // KC4UPR: temporarily disabling keyer while doing ubitx_iop development.
|
||||
|
||||
if (paddle >= cwAdcDashFrom && paddle <= cwAdcDashTo)
|
||||
tmpKeyerControl |= DAH_L;
|
||||
else if (paddle >= cwAdcDotFrom && paddle <= cwAdcDotTo)
|
||||
@@ -120,7 +122,7 @@ char update_PaddleLatch(byte isUpdateKeyState) {
|
||||
|
||||
return tmpKeyerControl;
|
||||
}
|
||||
*/
|
||||
|
||||
/*****************************************************************************
|
||||
// New logic, by RON
|
||||
// modified by KD8CEC
|
||||
|
||||
Reference in New Issue
Block a user