micropython/drivers
Jim Mussared 62fd450e62 drivers/neopixel: Add common machine.bitstream-based neopixel module.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-08-19 22:50:32 +10:00
..
bus drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11:00
cc3000
cc3100
cyw43 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
dht all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
display drivers/display/ssd1306.py: Add support for 72x40 displays. 2021-06-17 18:54:32 +10:00
memory drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option. 2020-12-18 13:39:32 +11:00
neopixel drivers/neopixel: Add common machine.bitstream-based neopixel module. 2021-08-19 22:50:32 +10: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: Add sleep_ms(1) delay in SDCard.readinto sync loop. 2021-04-23 23:44:37 +10:00
wiznet5k drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW. 2019-12-13 12:34:42 +11:00
README.md

README.md

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