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.
Showing
Please register or sign in to comment