You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fixed implementation versions of I2C, UART and SPI will live in modules separate from busio but act the same way. busio is reserved for dynamic pin construction.
Establish a baseline
ports/zephyr
that works for every Zephyr board.Include:
board
.digitalio
that uses the Zephyr API.west build
support that uses async Python to build the CircuitPython bits.The text was updated successfully, but these errors were encountered: