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 drivers/cyw43: Make wifi join fail if interface is not active. 2021-08-31 13:00:11 +10:00
dht rp2: Add support for DHT11 and DHT22 sensors. 2022-01-06 14:00:03 +11:00
display
lsm6dsox drivers/lsm6dsox: Add LSM6DSOX driver and examples. 2021-11-16 15:05:00 +11:00
memory
neopixel drivers/neopixel: Avoid heap alloc in fill(). 2021-11-19 15:37:06 +11:00
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.