mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
machine.SPI(0) results in ValueError on ESP8266. SPI(1) is the user hardware SPI port (or use SPI(-1) for software SPI).
This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.