58ebeca6a9
This patch takes the software SPI implementation from extmod/machine_spi.c and moves it to a dedicated file in drivers/bus/softspi.c. This allows the SPI driver to be used independently of the uPy runtime, making it a more general component. |
||
---|---|---|
.. | ||
bus | ||
cc3000 | ||
cc3100 | ||
dht | ||
display | ||
memory | ||
nrf24l01 | ||
onewire | ||
sdcard | ||
wiznet5k | ||
README.md |
This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.