Closed D3Fq closed 1 month ago
If you can test with a build artifact from #9682 (should be ready in an hour or less), it'd be appreciated! I had also encountered the bug & fixed it, but apparently neglected to make a PR. Thanks for the report!
If you can test with a build artifact from #9682 (should be ready in an hour or less), it'd be appreciated! I had also encountered the bug & fixed it, but apparently neglected to make a PR. Thanks for the report!
Yes, I've just tested 9.2.0-beta.0-23-g11d4bce481 and can confirm it's work fine on RP2350.
@jepler @dhalbert Many thanks!
You're welcome, and thanks again for the report.
CircuitPython version
Code/REPL
Behavior
Terminal returns 0 value once and doesn't increment another during encoder rotation.
Description
I tested this code on 3 different Circuitpyton versions of v9.2.0-beta.0 on RP2350 with the same result. I also checked voltages on Pico2 inputs by oscilloscope and HIGH/LOW states seems to look fine.
This code run on RP2040 with CircuitPython 9.2.0-beta.0 works correctly.
A bug shouldn't be related to RP2350 Errata E9 issue, because rotaryio use pull-ups on inputs.
Additional information
No response