mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
This baudrate is supplied in the constructor. The default is 1320000 as before. Example: sd = sdcard.SDCard(spi, cs, baudrate=20_000_000)