Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation. (#32) | Markus Reiter | 2024-11-23 | 1 | -13/+15 |
* | Update the terms "master/slave" to "controller/target" (#29) | Em Shotton | 2024-08-22 | 1 | -14/+14 |
* | Remove `DynamicOneShot` trait. (#19) | Markus Reiter | 2024-06-10 | 1 | -3/+2 |
* | Simplify `SlaveAddr`. (#21) | Markus Reiter | 2024-02-13 | 1 | -28/+6 |
* | Remove `I2cInterface`. (#20) | Markus Reiter | 2024-01-19 | 1 | -7/+4 |
* | Update to `embedded-hal` 1.0. | Markus Reiter | 2024-01-19 | 1 | -6/+3 |
* | Prepare 0.2.2 release | Diego Barrios Romero | 2021-07-29 | 1 | -1/+1 |
* | Add docs root | Diego Barrios Romero | 2021-07-29 | 1 | -0/+1 |
* | Add value-based one-shot trait to ease driver usage in functions | Diego Barrios Romero | 2021-07-29 | 1 | -3/+5 |
* | Improve documentation example | Diego Barrios Romero | 2020-06-21 | 1 | -2/+2 |
* | Add example of new SlaveAddr methods to docs | Diego Barrios Romero | 2020-06-21 | 1 | -1/+16 |
* | Reorder imports | Diego Barrios Romero | 2020-06-21 | 1 | -10/+10 |
* | Remove empty line | Diego Barrios Romero | 2020-06-21 | 1 | -1/+0 |
* | Extract type definitions into separate module | Diego Barrios Romero | 2020-06-21 | 1 | -245/+7 |
* | Simplify imports | Diego Barrios Romero | 2020-06-21 | 1 | -2/+0 |
* | Remove unnecessary main in doctests | Diego Barrios Romero | 2020-06-21 | 1 | -17/+5 |
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 1 | -31/+23 |
* | Remove deny warnings but forbid then on CI | Diego Barrios Romero | 2020-04-24 | 1 | -1/+0 |
* | Format code | Diego Barrios Romero | 2019-03-31 | 1 | -29/+26 |
* | Rename constant | Diego Barrios Romero | 2019-03-31 | 1 | -5/+6 |
* | Integrate mode change into `into...` methods | Diego Barrios Romero | 2019-03-31 | 1 | -9/+22 |
* | Add links to examples repository | Diego Barrios Romero | 2019-02-18 | 1 | -0/+4 |
* | Improve table format | Diego Barrios Romero | 2018-11-21 | 1 | -8/+8 |
* | Code formatting | Diego Barrios Romero | 2018-11-21 | 1 | -15/+18 |
* | Rename error type | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Fix logic | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Fix doc link | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Reorganize driver capabilities | Diego Barrios Romero | 2018-11-21 | 1 | -6/+7 |
* | Add example of reading measurement in continuous mode | Diego Barrios Romero | 2018-11-21 | 1 | -1/+7 |
* | Make function to read if a measurement is in progress public | Diego Barrios Romero | 2018-11-21 | 1 | -0/+2 |
* | Remove references to SPI | Diego Barrios Romero | 2018-11-21 | 1 | -10/+10 |
* | Remove SPI interface | Diego Barrios Romero | 2018-11-21 | 1 | -1/+0 |
* | Add function to use the ALERT/RDY pin as conversion-ready pin | Diego Barrios Romero | 2018-11-20 | 1 | -0/+2 |
* | Remove references to ADS1x18 | Diego Barrios Romero | 2018-11-20 | 1 | -7/+3 |
* | Update documentation of driver capabilities | Diego Barrios Romero | 2018-11-20 | 1 | -2/+6 |
* | Add function to read last measurement in continuous mode | Diego Barrios Romero | 2018-11-20 | 1 | -1/+3 |
* | Rename threshold methods | Diego Barrios Romero | 2018-11-17 | 1 | -5/+6 |
* | Update docs | Diego Barrios Romero | 2018-11-17 | 1 | -0/+2 |
* | Add comparator configuration example | Diego Barrios Romero | 2018-11-17 | 1 | -0/+23 |
* | Enhance type capabilities | Diego Barrios Romero | 2018-11-17 | 1 | -8/+8 |
* | Add FSR to device struct | Diego Barrios Romero | 2018-11-17 | 1 | -0/+1 |
* | Add default implementation for FSR | Diego Barrios Romero | 2018-11-17 | 1 | -0/+6 |
* | Add support for setting the full-scale range (PGA) | Diego Barrios Romero | 2018-11-17 | 1 | -1/+25 |
* | Add usage examples | Diego Barrios Romero | 2018-11-17 | 1 | -3/+59 |
* | Improve documentation | Diego Barrios Romero | 2018-11-17 | 1 | -0/+3 |
* | Add support for setting the comparator queue | Diego Barrios Romero | 2018-11-17 | 1 | -0/+13 |
* | Add function to disable comparator | Diego Barrios Romero | 2018-11-17 | 1 | -0/+4 |
* | Add support for setting the data rate in 16bit devices | Diego Barrios Romero | 2018-11-11 | 1 | -0/+21 |
* | Rename data rate to be specific to the resolution | Diego Barrios Romero | 2018-11-11 | 1 | -2/+2 |
* | Avoid unnecessary type | Diego Barrios Romero | 2018-11-11 | 1 | -1/+1 |