micropython/drivers
Damien George 613510bce8 drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI.
The SPI flash driver now supports using an arbitrary SPI object to
communicate with the flash chip, and in particular can use a hardware SPI
peripheral.
2017-08-29 11:37:18 +10:00
..
cc3000
cc3100
dht all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
display drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 2017-05-21 17:44:58 +03:00
memory drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI. 2017-08-29 11:37:18 +10:00
nrf24l01 all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
onewire drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 2017-06-26 17:48:05 +10:00
sdcard all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
wiznet5k all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
README.md

README.md

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