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.
 
 
 
 
 
 
iabdalkader b65d17fced drivers/ninaw10: Fix BSSID byte order, and add null byte to ESSID. 3 years ago
..
bus drivers, stm32: Support SPI/QSPI flash chips over 16MB. 5 years ago
cc3000 drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef. 6 years ago
cc3100 drivers: Update CC3100 driver library to SDK release version 1.1.0. 10 years ago
cyw43 drivers/cyw43: Make wifi join fail if interface is not active. 3 years ago
dht mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py. 3 years ago
display drivers/display/ssd1306.py: Add support for 72x40 displays. 3 years ago
lsm6dsox drivers/lsm6dsox: Add LSM6DSOX driver and examples. 3 years ago
memory drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option. 4 years ago
neopixel drivers/neopixel: Avoid heap alloc in fill(). 3 years ago
ninaw10 drivers/ninaw10: Fix BSSID byte order, and add null byte to ESSID. 3 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 sleep_ms(1) delay in SDCard.readinto sync loop. 4 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.