summaryrefslogtreecommitdiffstats
path: root/examples/all_channels.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/+1
| | | | | | | | | | | * Simplify `SlaveAddr`. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
* Update to `embedded-hal` 1.0.Markus Reiter2024-01-191-5/+4
|
* Use edition 2018Diego Barrios Romero2020-06-211-6/+2
|
* Add example measuring all channelsDiego Barrios Romero2019-03-311-0/+26