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

nrf/modules/machine/pin.c: Disable the IRQ with pin.irq(handler=None). #15237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robert-hh
Copy link
Contributor

Before, the input was still set to pin.irq() mode, only the handler was disabled. That prevented switching the Pin between input and output mode.

@robert-hh robert-hh closed this Jun 10, 2024
@robert-hh robert-hh reopened this Jun 11, 2024
Before, the input was still set to pin.irq() mode, only the handler
was disabled. That prevented switching the Pin between input and output
mode.

Signed-off-by: robert-hh <robert@hammelrath.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants