aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/i2c.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Move async i2c implementation to new PR, to merge working blocking implementa...Mathias2022-09-271-178/+1
* Apply suggestions from code reviewMathias Koch2022-09-271-3/+3
* Add async API for I2CMathias2022-09-271-56/+225
* Add further i2c error typesMathias2022-09-271-25/+44
* Fix blocking I2CMathias2022-09-271-69/+127
* Add blocking read & write for I2CMathias2022-09-271-20/+286
* Add preliminary I2C implementation for RP2040Mathias2022-09-271-0/+221