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

Add the ability to assign an interrupt to different PINS of the same port #9

Open
nordeep opened this issue Nov 25, 2021 · 0 comments

Comments

@nordeep
Copy link

nordeep commented Nov 25, 2021

Not issue at all. Just looking for help to assign several interrupt PINS of the same port.
Simple add to preinclude.h
#define HAL_KEY_P0_INPUT_PINS (HAL_KEY_BIT5 | HAL_KEY_BIT6)
Causes an interrupt on the port, but it looks like after that going to permanent loop on rise and never goes to sleep. Unfortunately, can't figure out by myself which part of the code needs to also be updated.

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

No branches or pull requests

1 participant