forked from arduino/ArduinoCore-samd
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
I'd like to use DMA SPI transfers asynchronously. I think I can add a callback to SPIClass
that would be called when the transfer is complete. It would involve a function pointer in SPIClass
, a setter, and a line added to SPIClass::dmaCallback()
that evaluated the callback for validity, and if valid calls it. Should I pursue this and submit a PR?
Tim
Metadata
Metadata
Assignees
Labels
No labels