Trying to use a micro-SD card reader with Pico W with RP2040. Using Thonny v4.1.7 on a brand new windows 11 PC (geekom megamini G1), Micropython v1.24.1. am trying:
from machine import Pin, SPI
import sdcard
import os
but Thonny reports: ImportError: no module named 'sdcard'
My Questions:
- is a version of 'sdcard' module available for Pico?
- where can I find names of all modules available for Pico?