hideakitai / ESP32DMASPI

SPI library for ESP32 which use DMA buffer to send/receive transactions
MIT License
166 stars 36 forks source link

Add possibility to Master to yield for a single transaction #21

Closed smuellener closed 11 months ago

smuellener commented 2 years ago

Can be used to queue in the next transaction as early as possible

smuellener commented 2 years ago

@hideakitai should I add an issue explaining this in more detail? thanks

hideakitai commented 11 months ago

master.transfer() do that.