Closed MichaelBell closed 1 year ago
This change switches ice_spi to use the RP2040 hardware SPI instead of bit banging, and also implements the async transfers that were on the API but unimplemented.
Before:
After:
This looks functionally the same to me :)
This change switches ice_spi to use the RP2040 hardware SPI instead of bit banging, and also implements the async transfers that were on the API but unimplemented.