Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify to use asyncasync | Tomasz Kramkowski | 2024-12-08 | 2 | -14/+20 |
| | | | | | | | | | | | | 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 | 3 | -12/+11 |
| | | | | | * Use `non_exhaustive`. * Improve docs. | ||||
* | Remove `DynamicOneShot` trait. (#19) | Markus Reiter | 2024-06-10 | 1 | -34/+18 |
| | | | | | * Remove `DynamicOneShot` trait. * Update changelog. | ||||
* | Remove `I2cInterface`. (#20) | Markus Reiter | 2024-01-19 | 2 | -20/+20 |
| | | | | | | | | | * Merge `ReadData` and `WriteData` traits. * Remove `I2cInterface`. * Update changelog. * Fix links. | ||||
* | Update to `embedded-hal` 1.0. | Markus Reiter | 2024-01-19 | 2 | -39/+36 |
| | |||||
* | Add value-based one-shot trait to ease driver usage in functions | Diego Barrios Romero | 2021-07-29 | 1 | -4/+16 |
| | |||||
* | Remove unused import | Diego Barrios Romero | 2020-06-21 | 1 | -1/+0 |
| | |||||
* | Simplify imports | Diego Barrios Romero | 2020-06-21 | 1 | -2/+3 |
| | |||||
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 2 | -10/+12 |
| | |||||
* | Format code | Diego Barrios Romero | 2019-03-31 | 2 | -3/+9 |
| | |||||
* | Integrate mode change into `into...` methods | Diego Barrios Romero | 2019-03-31 | 2 | -31/+16 |
| | |||||
* | Improve documentation of changing channel in continuous conversion mode. | Diego Barrios Romero | 2019-03-31 | 1 | -0/+4 |
| | |||||
* | Code formatting | Diego Barrios Romero | 2018-11-21 | 2 | -12/+14 |
| | |||||
* | Make function to read if a measurement is in progress public | Diego Barrios Romero | 2018-11-21 | 1 | -7/+0 |
| | |||||
* | Remove unnecessary return | Diego Barrios Romero | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Improve continuous function documentation | Diego Barrios Romero | 2018-11-20 | 1 | -0/+9 |
| | |||||
* | Add function to read last measurement in continuous mode | Diego Barrios Romero | 2018-11-20 | 1 | -2/+12 |
| | |||||
* | Add function to select the measurement channel in continuous mode | Diego Barrios Romero | 2018-11-20 | 1 | -2/+19 |
| | |||||
* | Add method to start continuous conversions | Diego Barrios Romero | 2018-11-20 | 2 | -3/+8 |
| | |||||
* | Improve documentation of values | Diego Barrios Romero | 2018-11-17 | 1 | -0/+6 |
| | |||||
* | Add FSR to device struct | Diego Barrios Romero | 2018-11-17 | 2 | -0/+2 |
| | |||||
* | Avoid unnecessary type | Diego Barrios Romero | 2018-11-11 | 2 | -2/+2 |
| | |||||
* | Implement value conversions over type parameter | Diego Barrios Romero | 2018-11-11 | 3 | -57/+15 |
| | |||||
* | Trigger new measurement if reading a different channel | Diego Barrios Romero | 2018-11-11 | 1 | -3/+9 |
| | |||||
* | Reorganize modules | Diego Barrios Romero | 2018-11-11 | 3 | -0/+136 |