Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify to use asyncasync | Tomasz Kramkowski | 2024-12-08 | 2 | -27/+28 |
| | | | | | | | | | | | | 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 | -32/+31 |
| | | | | | * Use `non_exhaustive`. * Improve docs. | ||||
* | Set comparator to default on continuous pulse | Tyler Slabinski | 2024-07-31 | 1 | -2/+2 |
| | |||||
* | Remove `I2cInterface`. (#20) | Markus Reiter | 2024-01-19 | 2 | -22/+20 |
| | | | | | | | | | * Merge `ReadData` and `WriteData` traits. * Remove `I2cInterface`. * Update changelog. * Fix links. | ||||
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 2 | -5/+7 |
| | |||||
* | Format code | Diego Barrios Romero | 2019-03-31 | 1 | -2/+10 |
| | |||||
* | Code simplifications | Diego Barrios Romero | 2019-03-31 | 2 | -52/+64 |
| | |||||
* | Code formatting | Diego Barrios Romero | 2018-11-21 | 2 | -34/+42 |
| | |||||
* | Add function to use the ALERT/RDY pin as conversion-ready pin | Diego Barrios Romero | 2018-11-20 | 1 | -0/+15 |
| | |||||
* | Improve documentation of values | Diego Barrios Romero | 2018-11-17 | 1 | -0/+10 |
| | |||||
* | Rename threshold methods | Diego Barrios Romero | 2018-11-17 | 1 | -4/+4 |
| | |||||
* | Add support for setting the full-scale range (PGA) | Diego Barrios Romero | 2018-11-17 | 1 | -2/+22 |
| | |||||
* | Add support for setting the comparator queue | Diego Barrios Romero | 2018-11-17 | 1 | -1/+17 |
| | |||||
* | Add function to disable comparator | Diego Barrios Romero | 2018-11-17 | 1 | -0/+11 |
| | |||||
* | 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 | 2 | -54/+9 |
| | |||||
* | Move setting the thresholds to tier2 features | Diego Barrios Romero | 2018-11-11 | 2 | -57/+57 |
| | |||||
* | Reorganize modules | Diego Barrios Romero | 2018-11-11 | 3 | -0/+136 |