Skip to content

raspberrypi: IncrementalEncoder.deinit() locks up? #4557

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

Closed
jepler opened this issue Apr 4, 2021 · 0 comments · Fixed by #4559
Closed

raspberrypi: IncrementalEncoder.deinit() locks up? #4557

jepler opened this issue Apr 4, 2021 · 0 comments · Fixed by #4559
Labels
bug rp2040 Raspberry Pi RP2040
Milestone

Comments

@jepler
Copy link

jepler commented Apr 4, 2021

running Adafruit CircuitPython 6.2.0-rc.0-60-g27d883286-dirty on 2021-04-04; Adafruit Feather RP2040 with rp2040

At the repl, run

import rotaryio
import microcontroller.pin as p
r = rotaryio.IncrementalEncoder(p.GPIO1, p.GPIO2)
r.deinit()

At the last line, the board will freeze.

@jepler jepler added bug rp2040 Raspberry Pi RP2040 labels Apr 4, 2021
jepler added a commit to jepler/circuitpython that referenced this issue Apr 4, 2021
@tannewt tannewt added this to the Long term milestone Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug rp2040 Raspberry Pi RP2040
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants