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
Recurrent reading of Joystick position returns an OSError 5 exception on the Raspberry-Pi Pico.
This seems to be unpredictable.
Accordingly to MicroPython forums, OSError would be a NACK sent by the device causing the exception raising.
Remark:
At the moment, no workaround found for this issue. Trying to capture it with a try/except from SenseHat.py just lockdown the Joystick code execution on the Pico!
The text was updated successfully, but these errors were encountered:
Recurrent reading of Joystick position returns an OSError 5 exception on the Raspberry-Pi Pico.
This seems to be unpredictable.
Accordingly to MicroPython forums, OSError would be a NACK sent by the device causing the exception raising.
Remark:
At the moment, no workaround found for this issue. Trying to capture it with a try/except from SenseHat.py just lockdown the Joystick code execution on the Pico!
The text was updated successfully, but these errors were encountered: