Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify to use asyncasync | Tomasz Kramkowski | 2024-12-08 | 1 | -6/+6 |
| | | | | | | | | | | | | 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? | ||||
* | Improve documentation. (#32) | Markus Reiter | 2024-11-23 | 1 | -3/+3 |
| | | | | | * Use `non_exhaustive`. * Improve docs. | ||||
* | Remove `I2cInterface`. (#20) | Markus Reiter | 2024-01-19 | 1 | -9/+7 |
| | | | | | | | | | * Merge `ReadData` and `WriteData` traits. * Remove `I2cInterface`. * Update changelog. * Fix links. | ||||
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 1 | -3/+5 |
| | |||||
* | Code simplifications | Diego Barrios Romero | 2019-03-31 | 1 | -22/+22 |
| | |||||
* | Code formatting | Diego Barrios Romero | 2018-11-21 | 1 | -16/+18 |
| | |||||
* | Add support for setting the data rate in 16bit devices | Diego Barrios Romero | 2018-11-11 | 1 | -9/+11 |
| | |||||
* | Rename data rate to be specific to the resolution | Diego Barrios Romero | 2018-11-11 | 1 | -2/+23 |
| | |||||
* | Implement value conversions over type parameter | Diego Barrios Romero | 2018-11-11 | 1 | -4/+3 |
| | |||||
* | Move setting the thresholds to tier2 features | Diego Barrios Romero | 2018-11-11 | 1 | -57/+0 |
| | |||||
* | Reorganize modules | Diego Barrios Romero | 2018-11-11 | 1 | -0/+83 |