micropython/drivers
Takeo Takahashi 86e35178e6 drivers/dht/dht.py: Change default import module as machine.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
2022-04-29 12:29:07 +09:00
..
bus
cc3000
cc3100
codec drivers/codec: Add driver for the WM8960 codec. 2022-04-04 16:31:17 +10:00
cyw43 drivers/cyw43: Make wifi join fail if interface is not active. 2021-08-31 13:00:11 +10:00
dht drivers/dht/dht.py: Change default import module as machine. 2022-04-29 12:29:07 +09: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: Fix isconnected to return False when inactive. 2022-04-20 15:40:52 +10:00
nrf24l01 all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
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.