mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
The aim here is to have spi.c contain the low-level SPI driver which is independent (not fully but close) of MicroPython objects and methods, and the higher-level bindings are separated out to pyb_spi.c and machine_spi.c.