Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-factor analog button functions to support multiple button lines. #71

Merged
merged 3 commits into from
Oct 23, 2019

Conversation

w6ipa
Copy link
Contributor

@w6ipa w6ipa commented Jun 10, 2019

The processing of analog button has been moved out of the main ino - into an internal library.
the main path works - but memory repeat did not work and need to be checked a bit more.
Also - special cases like reversed buttons and dfrobot lcd have not been tested.

@VK2EFL
Copy link
Collaborator

VK2EFL commented Jul 9, 2019

Any chance that the extra functions that can be done by a button, such as Tx select, memory repeat (press memory button and tap a paddle) and program a memory from Command Mode by pressing a button, can be emulated with the keypad?
I guess this is more of a question for the keypad section of the code.
I have been able to modify the keypad section of the code to do the transmitter switching, but could not get the code to recognise the simultaneous press of a keypad button and a paddle, or a keypad press when in Command Mode.
77 Fred VK2EFL

@k3ng k3ng merged commit 4535e3a into k3ng:master Oct 23, 2019
k3ng added a commit that referenced this pull request Oct 23, 2019
      Merged Pull 71 - re-factor analog button functions to support multiple button lines #71 Thanks, W6IPA
@k3ng
Copy link
Owner

k3ng commented Oct 23, 2019

Sorry it took me so long, but I merged this. For some reason it created a src directory in the root and in dir k3ng_keyer. You know why? Can I delete the src dir in the root?

@VK2EFL
Copy link
Collaborator

VK2EFL commented Oct 24, 2019 via email

@k3ng
Copy link
Owner

k3ng commented Oct 24, 2019

Hi Fred. I would welcome that feature. Please submit in a pull request if you can. 73 Goody

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants