micropython/drivers
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
..
bus
cc3000
cc3100
cyw43
dht rp2: Add support for DHT11 and DHT22 sensors. 2022-01-06 14:00:03 +11:00
display
lsm6dsox
memory
neopixel
ninaw10 drivers/ninaw10: Add NIC-level ioctl function. 2022-02-18 14:35:26 +11:00
nrf24l01
onewire
sdcard drivers/sdcard: Allow setting the final SPI baudrate. 2022-02-18 14:37:44 +11:00
wiznet5k
README.md

README.md

This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.