arduino-pico/libraries/Wire/examples
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
..
TalkingToMyself Add astyle format, boards.txt, and package check (#166) 2021-05-24 15:01:03 -07:00
TalkingToMyselfAsync Add asynchronous I2C read and write operations (#2167) 2024-05-21 14:32:12 -07:00