arduino-pico/libraries/SPI/examples/SPItoMyselfAsync
Earle F. Philhower, III e6c7ee7813
Add asynchronous SPI transactions (#2168)
Fixes #1192

Uses DMA operations to avoid the need to bit-bang or busy wait for SPI
operations that might be very slow. Optional, adds new API calls to enable.
Simple example included.
2024-05-21 14:08:36 -07:00
..
SPItoMyselfAsync.ino Add asynchronous SPI transactions (#2168) 2024-05-21 14:08:36 -07:00