diff options
Diffstat (limited to 'docs/library/machine.SDCard.rst')
| -rw-r--r-- | docs/library/machine.SDCard.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/machine.SDCard.rst b/docs/library/machine.SDCard.rst index b1cf42ec0..96fb5b01c 100644 --- a/docs/library/machine.SDCard.rst +++ b/docs/library/machine.SDCard.rst @@ -27,10 +27,10 @@ vary from platform to platform. This class provides access to SD or MMC storage cards using either a dedicated SD/MMC interface hardware or through an SPI channel. - The class implements the block protocol defined by :class:`uos.AbstractBlockDev`. + The class implements the block protocol defined by :class:`os.AbstractBlockDev`. This allows the mounting of an SD card to be as simple as:: - uos.mount(machine.SDCard(), "/sd") + os.mount(machine.SDCard(), "/sd") The constructor takes the following parameters: |
