micropython/drivers
Andrew Leech 2ed2ec1711 drivers/memory/spiflash: Rework wait_sr to fix uninit'd variable 'sr'. 2019-03-08 23:11:13 +11: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 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: Rework wait_sr to fix uninit'd variable 'sr'. 2019-03-08 23:11:13 +11:00
nrf24l01 drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32. 2017-11-20 11:37:47 +11:00
onewire drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 2017-06-26 17:48:05 +10:00
sdcard drivers/sdcard: Remove debugging print statement in ioctl method. 2018-09-20 16:54:58 +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.