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
According to this page, when communicating with an SD card in SPI mode,
A pull-up on the DO (MISO) cannot be omited, or some cards will fail initialization process.
There exists common_hal_digitalio_digitalinout_set_pull() which can configure internal pull-ups on some MCUs. Is this something sdcardio could do for us?