mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01: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.