summaryrefslogtreecommitdiffstats
path: root/src/construction.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update the terms "master/slave" to "controller/target" (#29)Em Shotton2024-08-221-2/+2
| | | | | | | | | | | | * Update the terms "master/slave" to "controller/target" throughout to align with the i2c bus specification v.7 * Updated Changelog * Change word casing --------- Co-authored-by: Em Shotton <matthewfshotton@gmail.com> Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
* 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