0

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:

  1. is a version of 'sdcard' module available for Pico?
  2. where can I find names of all modules available for Pico?
davesedar
  • 31
  • 3

0 Answers0