Files
micropython/ports
robert-hh 62ed69b016 samd/machine_spi: Support default instance and SCK/MOSI/MISO pin values.
If a board configures a default SPI instance and/or SCK/MOSI/MISO pins,
then the user can create a default SPI object using `machine.SPI()`.

Also, if MISO is not going to be used, then MISO can be set to `None` with
`miso=None`.

Signed-off-by: robert-hh <robert@hammelrath.com>
2025-03-03 10:59:15 +11:00
..
2024-03-07 16:25:17 +11:00
2025-02-25 16:11:33 +11:00
2025-02-25 13:02:49 +01:00
2025-02-03 15:02:02 +11:00
2025-02-25 16:11:33 +11:00