mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
This baudrate is supplied in the constructor. The default is 1320000 as
before.
Example:
sd = sdcard.SDCard(spi, cs, baudrate=20_000_000)
This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.