You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kyuchumimo bfc63a5c84 drivers/sdcard: Add delay in init_card_v1 to make timeout work. 2 years ago
..
bus drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT. 2 years ago
cc3000 drivers,ports: Fix a few typos in comments. 2 years ago
cc3100 cc3200: Fix various array-based compiler warnings. 2 years ago
codec drivers/codec: Add driver for the WM8960 codec. 3 years ago
cyw43 drivers/cyw43: Allow configuring the netif/mDNS hostname. 2 years ago
dht drivers/dht/dht.py: Change default import module as machine. 3 years ago
display drivers/display/ssd1306.py: Add support for 72x40 displays. 3 years ago
hts221 drivers/hts221: Add HTS221 humidity sensor driver. 2 years ago
lps22h drivers/lps22h: Use machine.idle for power saving. 2 years ago
lsm6dsox drivers/lsm6dsox: Add support for SPI mode. 2 years ago
lsm9ds1 drivers/lsm9ds1: Add LSM9DS1 IMU driver. 2 years ago
memory drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT. 2 years ago
neopixel drivers/neopixel: Avoid heap alloc in fill(). 3 years ago
ninaw10 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2 years ago
nrf24l01 all: Rename "sys" module to "usys". 4 years ago
onewire drivers/onewire: Fix undefined variable errors. 5 years ago
sdcard drivers/sdcard: Add delay in init_card_v1 to make timeout work. 2 years ago
wiznet5k drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW. 5 years ago
README.md Added 'drivers' directory, intended to hold code for specific hardware. 10 years ago

README.md

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