arduino-pico/libraries/Wire/examples/TalkingToMyselfAsync
Earle F. Philhower, III 11814823ed
Add asynchronous I2C read and write operations (#2167)
Fixes #1730

Uses DMA operations to avoid the need to bit-bang or busy wait for I2C operations
that might be very slow.  Optional, adds new API calls to enable.  Simple example
included.
2024-05-21 14:32:12 -07:00
..
TalkingToMyselfAsync.ino Add asynchronous I2C read and write operations (#2167) 2024-05-21 14:32:12 -07:00