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
Returns a ValueError: No MOSI Pin on the spi.readinto(result) line. Anecdata tested on an ESP32-S3 Dev Kit and it returns the same ValueError. Dan tested on other CircuitPython devices like those that use Atmel and nRF chips without issue. It appears to only affect ESP32-S2/S3 devices.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
CircuitPython version
Code/REPL
Behavior
Returns a
ValueError: No MOSI Pin
on thespi.readinto(result)
line. Anecdata tested on an ESP32-S3 Dev Kit and it returns the same ValueError. Dan tested on other CircuitPython devices like those that use Atmel and nRF chips without issue. It appears to only affect ESP32-S2/S3 devices.Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: