summaryrefslogtreecommitdiffstats
path: root/tests/mux.rs
Commit message (Collapse)AuthorAgeFilesLines
* Modify to use asyncasyncTomasz Kramkowski2024-12-081-11/+11
| | | | | | | | | | | | A changeover from embedded_hal::i2c::I2c to embedded_hal_async::i2c::I2c including changes to all the relevant functions into async functions. Tests have been updated to work using futures-test and embedded-hal-mock with the embedded-hal-async feature. Examples have been kept the same meaning they no longer compile. Currently it doesn't _seem_ like the linux embedded hal can do async i2c so maybe these should be re-written to use embassy?
* Update to `embedded-hal` 1.0.Markus Reiter2024-01-191-6/+5
|
* Use edition 2018Diego Barrios Romero2020-06-211-7/+3
|
* Format codeDiego Barrios Romero2019-03-311-20/+64
|
* Integrate mode change into `into...` methodsDiego Barrios Romero2019-03-311-3/+9
|
* Remove unnecessary statementsDiego Barrios Romero2018-11-211-1/+0
|
* Rename filesDiego Barrios Romero2018-11-211-0/+73