You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prints initial 0 and then no changes to enc.position after interacting with rotary encoder.
Description
This error seems to only be affecting RP2350 (likely related to PIO)
Works on "Adafruit CircuitPython 9.2.0-alpha.2351 on 2024-08-22; Raspberry Pi Pico 2 with rp2350a" (also tested on Pimoroni Pico Plus 2 with rp2350b)
RP2040 (Raspberry Pi Pico) does not exhibit this problem on both 9.2.0-alpha.2350 or 9.2.0-beta.0
Additional information
I initially thought this was a hardware issue, but scoping it out reveals no problems on 9.2.0-alpha or 9.2.0-beta. I'm not sure of the actual source of this issue, but I may do some additional investigation on my own in the near future.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
CircuitPython version
Code/REPL
Behavior
Prints initial
0
and then no changes toenc.position
after interacting with rotary encoder.Description
Additional information
I initially thought this was a hardware issue, but scoping it out reveals no problems on 9.2.0-alpha or 9.2.0-beta. I'm not sure of the actual source of this issue, but I may do some additional investigation on my own in the near future.
The text was updated successfully, but these errors were encountered: