micropython/drivers
Damien George f102ac54e9 drivers/dht: Allow open-drain-high call to be DHT specific if needed.
Some ports (eg esp8266) need to have specific behaviour for driving a DHT
reliably.
2019-01-22 00:23:05 +11:00
..
bus
cc3000 drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef. 2018-08-08 16:37:26 +10:00
cc3100
dht drivers/dht: Allow open-drain-high call to be DHT specific if needed. 2019-01-22 00:23:05 +11:00
display drivers/display/lcd160cr.py: In fast_spi, send command before flushing. 2018-09-18 13:49:49 +10:00
memory drivers/memory/spiflash: Add functions for direct erase/read/write. 2018-06-14 16:52:56 +10:00
nrf24l01
onewire
sdcard drivers/sdcard: Remove debugging print statement in ioctl method. 2018-09-20 16:54:58 +10:00
wiznet5k
README.md

README.md

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