polpo / rp2040-psram

A header-only C library to allow access to SPI PSRAM via PIO on the RP2040 microcontroller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add completion callback for asynchronous writes

polpo opened this issue · comments

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