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 drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11:00
cc3000 drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef. 2018-08-08 16:37:26 +10:00
cc3100 drivers: Update CC3100 driver library to SDK release version 1.1.0. 2015-03-16 00:42:08 +01:00
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 drivers/display/ssd1306.py: Add support for 72x40 displays. 2021-06-17 18:54:32 +10:00
lsm6dsox drivers/lsm6dsox: Add LSM6DSOX driver and examples. 2021-11-16 15:05:00 +11:00
memory drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option. 2020-12-18 13:39:32 +11:00
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 all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
onewire drivers/onewire: Fix undefined variable errors. 2020-03-25 01:09:14 +11:00
sdcard drivers/sdcard: Allow setting the final SPI baudrate. 2022-02-18 14:37:44 +11:00
wiznet5k drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW. 2019-12-13 12:34:42 +11:00
README.md Added 'drivers' directory, intended to hold code for specific hardware. 2014-09-01 22:52:37 +01:00

README.md

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