You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mateusz Kijowski 1751f5ac7b drivers/sdcard: Do not release CS during the middle of read operations. 6 years ago
..
bus drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
cc3000 drivers/cc3200: Update to work with new stm32 SPI API. 7 years ago
cc3100 drivers: Update CC3100 driver library to SDK release version 1.1.0. 10 years ago
dht stm32: Add support for DHT11/DHT22 sensors. 7 years ago
display drivers/display/ssd1306: Fix super() call in SSD1306 driver. 7 years ago
memory drivers/memory/spiflash: Add functions for direct erase/read/write. 6 years ago
nrf24l01 drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32. 7 years ago
onewire drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 7 years ago
sdcard drivers/sdcard: Do not release CS during the middle of read operations. 6 years ago
wiznet5k drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size. 7 years ago
README.md Added 'drivers' directory, intended to hold code for specific hardware. 10 years ago

README.md

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