arduino-pico/libraries/Wire
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
..
examples Add asynchronous I2C read and write operations (#2167) 2024-05-21 14:32:12 -07:00
src Add asynchronous I2C read and write operations (#2167) 2024-05-21 14:32:12 -07:00
keywords.txt Add asynchronous I2C read and write operations (#2167) 2024-05-21 14:32:12 -07:00
library.properties Clean up SPI library info 2021-03-16 22:11:16 -07:00