tinyvision-ai-inc / pico-ice-sdk

Firmware and software support for the pico-ice board
MIT License
47 stars 13 forks source link

Use hardware SPI with DMA transfers #41

Closed MichaelBell closed 1 year ago

MichaelBell commented 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.

josuah commented 1 year ago

Before: 2023-08-19-153920_1881x402_scrot

After: 2023-08-19-153909_1886x403_scrot

This looks functionally the same to me :)