micropython/drivers
iabdalkader b65d17fced drivers/ninaw10: Fix BSSID byte order, and add null byte to ESSID.
- Fix the BSSID byte order from scan and netinfo.
- Make sure ESSID from netinfo is null terminated.
2021-11-19 15:41:26 +11:00
..
bus
cc3000
cc3100
cyw43 drivers/cyw43: Make wifi join fail if interface is not active. 2021-08-31 13:00:11 +10:00
dht mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py. 2021-10-25 23:49:28 +11:00
display
lsm6dsox drivers/lsm6dsox: Add LSM6DSOX driver and examples. 2021-11-16 15:05:00 +11:00
memory
neopixel drivers/neopixel: Avoid heap alloc in fill(). 2021-11-19 15:37:06 +11:00
ninaw10 drivers/ninaw10: Fix BSSID byte order, and add null byte to ESSID. 2021-11-19 15:41:26 +11:00
nrf24l01
onewire
sdcard
wiznet5k
README.md

README.md

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