mirror of
https://github.com/micropython/micropython.git
synced 2025-09-04 17:00:30 +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)
This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.