mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
esp32/machine_sdcard: Fix bug in SPI slot number selection.
And fix minor typo in docs when referring to SDCard class.
This commit is contained in:
committed by
Damien George
parent
637aa9784d
commit
1a51fc9ddf
@@ -30,7 +30,7 @@ vary from platform to platform.
|
||||
The class implements the block protocol defined by :class:`uos.AbstractBlockDev`.
|
||||
This allows the mounting of an SD card to be as simple as::
|
||||
|
||||
uos.mount(storage.SDCard(), "/sd")
|
||||
uos.mount(machine.SDCard(), "/sd")
|
||||
|
||||
The constrcutor takes the following paramters:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user