Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify to use asyncasync | Tomasz Kramkowski | 2024-12-08 | 1 | -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 Reiter | 2024-01-19 | 1 | -6/+5 |
| | |||||
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 1 | -7/+3 |
| | |||||
* | Format code | Diego Barrios Romero | 2019-03-31 | 1 | -20/+64 |
| | |||||
* | Integrate mode change into `into...` methods | Diego Barrios Romero | 2019-03-31 | 1 | -3/+9 |
| | |||||
* | Remove unnecessary statements | Diego Barrios Romero | 2018-11-21 | 1 | -1/+0 |
| | |||||
* | Rename files | Diego Barrios Romero | 2018-11-21 | 1 | -0/+73 |