mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 19:00:50 +02:00
Previously, SPI was configured by a board defining MICROPY_HW_ENABLE_SPIx to 0 or 1. Now, the board should define MICROPY_HW_SPIx_SCK, MISO, MOSI and NSS. This makes it the same as how I2C is configured.