micropython/drivers
Radomir Dopieralski 43c8f545d2 drivers/display/ssd1306: update SSD1306_SPI to work with new API
Makes it work on the ESP8266.
2016-06-03 11:13:17 +01:00
..
cc3000 drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash. 2016-05-10 23:46:00 +01:00
cc3100 drivers: Update CC3100 driver library to SDK release version 1.1.0. 2015-03-16 00:42:08 +01:00
dht extmod: Add machine time_pulse_us function (at C and Python level). 2016-05-31 13:58:48 +01:00
display drivers/display/ssd1306: update SSD1306_SPI to work with new API 2016-06-03 11:13:17 +01:00
nrf24l01 drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip. 2015-09-18 13:00:12 +00:00
onewire drivers/onewire: Fix ds18x20.read_temp so it works when no rom given. 2015-07-30 23:10:39 +01:00
sdcard drivers/sdcard: Add support for multi-block read/write; add SD test. 2016-02-02 11:16:15 +00:00
wiznet5k drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv. 2014-12-04 18:57:18 +00: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.