polpo / rp2040-psram

A header-only C library to allow access to SPI PSRAM via PIO on the RP2040 microcontroller.
MIT License
134 stars 13 forks source link

Add completion callback for asynchronous writes #3

Open polpo opened 1 year ago

polpo commented 1 year ago

Writes are currently purely asynchronous – there is no facility to add a callback that can be called when a write completes.