micropython/drivers
Kyuchumimo bfc63a5c84 drivers/sdcard: Add delay in init_card_v1 to make timeout work.
This now follows how init_card_v2 works.
2022-08-11 14:32:22 +10:00
..
bus drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT. 2022-06-02 14:30:51 +10:00
cc3000 drivers,ports: Fix a few typos in comments. 2022-07-23 23:24:24 +10:00
cc3100 cc3200: Fix various array-based compiler warnings. 2022-07-21 16:26:04 +10:00
codec drivers/codec: Add driver for the WM8960 codec. 2022-04-04 16:31:17 +10:00
cyw43 drivers/cyw43: Allow configuring the netif/mDNS hostname. 2022-08-06 00:30:45 +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
hts221 drivers/hts221: Add HTS221 humidity sensor driver. 2022-07-07 23:53:11 +10:00
lps22h drivers/lps22h: Use machine.idle for power saving. 2022-07-08 12:38:38 +10:00
lsm6dsox drivers/lsm6dsox: Add support for SPI mode. 2022-06-03 01:24:51 +10:00
lsm9ds1 drivers/lsm9ds1: Add LSM9DS1 IMU driver. 2022-07-07 23:53:31 +10:00
memory drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT. 2022-06-02 14:30:51 +10:00
neopixel drivers/neopixel: Avoid heap alloc in fill(). 2021-11-19 15:37:06 +11:00
ninaw10 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2022-07-21 16:21:50 +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 delay in init_card_v1 to make timeout work. 2022-08-11 14:32:22 +10: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.