summaryrefslogtreecommitdiffstats
path: root/src/construction.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify `SlaveAddr`. (#21)Markus Reiter2024-02-131-2/+2
| | | | | | | | | | | * Simplify `SlaveAddr`. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
* Remove `I2cInterface`. (#20)Markus Reiter2024-01-191-11/+6
| | | | | | | | | * Merge `ReadData` and `WriteData` traits. * Remove `I2cInterface`. * Update changelog. * Fix links.
* Update to `embedded-hal` 1.0.Markus Reiter2024-01-191-2/+1
|
* Use edition 2018Diego Barrios Romero2020-06-211-4/+5
|
* Code formattingDiego Barrios Romero2018-11-211-9/+7
|
* Move i2c construction module outsideDiego Barrios Romero2018-11-211-0/+47