micropython/drivers
Damien George d494e47855 drivers/cyw43: Return early from cyw43_wifi_set_up if wifi_on fails. 2020-01-31 20:46:35 +11:00
..
bus drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +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 drivers: Update CC3100 driver library to SDK release version 1.1.0. 2015-03-16 00:42:08 +01:00
cyw43 drivers/cyw43: Return early from cyw43_wifi_set_up if wifi_on fails. 2020-01-31 20:46:35 +11:00
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/ssd1306.py: Change to use new i2c.writevto() method. 2019-05-20 15:06:39 +10:00
memory drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +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/ds18x20.py: Add support for DS1822 sensor. 2019-10-16 14:28:13 +11:00
sdcard drivers/sdcard: Raise exception on timeout of readinto. 2019-11-06 11:34:02 +11:00
wiznet5k drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW. 2019-12-13 12:34:42 +11:00
README.md Added 'drivers' directory, intended to hold code for specific hardware. 2014-09-01 22:52:37 +01:00

README.md

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