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
readblock() and writeblock() appear to succeed even when the SD card has been removed. It appears that _wait_for_ready() is not a good test for detection. I originally added more calls to _wait_for_ready() in various places to handle bugs like adafruit/circuitpython#301, but it did not fail as expected.