Skip to content

SPI DMA complete callback #225

Open
@Timvrakas

Description

@Timvrakas

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions