micropython/drivers
Damien George d7310fabc2 drivers/nrf24l01: Update to work on newer ports, using machine, utime.
Changes made are:
- Use the time module in place of the pyb module for delays.
- Use spi.read/spi.write instead of spi.send/spi.receive.
- Drop some non-portable parameters to spi and pin initialization.

Thanks to @deshipu for the original patch.
2017-04-07 15:54:21 +10:00
..
cc3000
cc3100
dht extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 2017-02-05 14:20:17 +03:00
display drivers/display/lcd160cr: Add check that JPEG size is less than 65536. 2017-02-27 18:39:35 +11:00
memory drivers/memory: Add SPI flash driver, written in C. 2017-01-24 16:56:03 +11:00
nrf24l01 drivers/nrf24l01: Update to work on newer ports, using machine, utime. 2017-04-07 15:54:21 +10:00
onewire
sdcard
wiznet5k
README.md

README.md

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