summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Update the terms "master/slave" to "controller/target" (#29)Em Shotton2024-08-223-6/+6
| | | | | | | | | | | | * 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>
* Remove `DynamicOneShot` trait. (#19)Markus Reiter2024-06-101-23/+0
| | | | | * Remove `DynamicOneShot` trait. * Update changelog.
* Simplify `SlaveAddr`. (#21)Markus Reiter2024-02-134-8/+4
| | | | | | | | | | | * Simplify `SlaveAddr`. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
* Remove `I2cInterface`. (#20)Markus Reiter2024-01-191-2/+1
| | | | | | | | | * Merge `ReadData` and `WriteData` traits. * Remove `I2cInterface`. * Update changelog. * Fix links.
* Update to `embedded-hal` 1.0.Markus Reiter2024-01-193-10/+7
|
* Improve example descriptionDiego Barrios Romero2021-07-291-2/+2
|
* Add value-based one-shot trait to ease driver usage in functionsDiego Barrios Romero2021-07-291-0/+24
|
* Use edition 2018Diego Barrios Romero2020-06-213-18/+5
|
* Fix imports and enhance documentationDiego Barrios Romero2020-04-241-6/+7
|
* Fix read functionDiego Barrios Romero2020-04-241-3/+4
|
* Fixed import typoDavid O'Connor2020-04-231-1/+2
|
* Added type-sig exampleDavid O'Connor2020-04-231-0/+35
|
* Add example measuring all channelsDiego Barrios Romero2019-03-311-0/+26
|
* Rename variableDiego Barrios Romero2018-11-211-2/+2
|
* Improve formattingDiego Barrios Romero2018-11-211-2/+4
|
* Code formattingDiego Barrios Romero2018-11-211-1/+1
|
* Add destroying device to exampleDiego Barrios Romero2018-11-131-0/+1
|
* Use new channel selection typesDiego Barrios Romero2018-11-111-1/+1
|
* Add exampleDiego Barrios Romero2018-11-071-0/+16