winter-special-projects / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
0 stars 0 forks source link

µSD card support #3

Open graeme-winter opened 1 year ago

graeme-winter commented 1 year ago

Yes, this will be work...

>>> import machine
>>> machine.SDCard
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: no such attribute