micropython/drivers/sdcard
robert-hh 9c05f3aa1d drivers/sdcard: Allow setting the final SPI baudrate.
This baudrate is supplied in the constructor. The default is 1320000 as
before.

Example:

    sd = sdcard.SDCard(spi, cs, baudrate=20_000_000)
2022-02-18 14:37:44 +11:00
..
sdcard.py drivers/sdcard: Allow setting the final SPI baudrate. 2022-02-18 14:37:44 +11:00
sdtest.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00