micropython/drivers
Damien George dc77fdb7d4 drivers/display/lcd160cr.py: In fast_spi, send command before flushing.
The intention of oflush() is to flush the "fast SPI" command itself so that
the SPI object is ready to use when the function returns.
2018-09-18 13:49:49 +10:00
..
bus drivers/bus: Pull out software SPI implementation to dedicated driver. 2018-03-10 00:59:43 +11:00
cc3000 drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef. 2018-08-08 16:37:26 +10:00
cc3100
dht stm32: Add support for DHT11/DHT22 sensors. 2018-01-31 18:12:53 +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: Do not release CS during the middle of read operations. 2018-07-05 19:39:06 +10:00
wiznet5k drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size. 2018-06-01 13:44:09 +10:00
README.md

README.md

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