summaryrefslogtreecommitdiffstats
path: root/tests/tier1.rs
Commit message (Collapse)AuthorAgeFilesLines
* Modify to use asyncasyncTomasz Kramkowski2024-12-081-29/+29
| | | | | | | | | | | | 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-4/+3
|
* Use edition 2018Diego Barrios Romero2020-06-211-7/+3
|
* Format codeDiego Barrios Romero2019-03-311-49/+193
|
* Integrate mode change into `into...` methodsDiego Barrios Romero2019-03-311-46/+19
|
* Remove unnecessary statementDiego Barrios Romero2018-11-211-1/+0
|
* Rename filesDiego Barrios Romero2018-11-211-0/+185