Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify to use asyncasync | Tomasz Kramkowski | 2024-12-08 | 5 | -49/+60 |
* | Improve documentation. (#32) | Markus Reiter | 2024-11-23 | 7 | -46/+44 |
* | Set comparator to default on continuous pulse | Tyler Slabinski | 2024-07-31 | 1 | -2/+2 |
* | Remove `DynamicOneShot` trait. (#19) | Markus Reiter | 2024-06-10 | 1 | -34/+18 |
* | Remove `reset_internal_driver_state`. (#22) | Markus Reiter | 2024-01-30 | 1 | -15/+0 |
* | Remove `I2cInterface`. (#20) | Markus Reiter | 2024-01-19 | 5 | -47/+59 |
* | Update to `embedded-hal` 1.0. | Markus Reiter | 2024-01-19 | 3 | -44/+40 |
* | 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 | 5 | -17/+20 |
* | Format code | Diego Barrios Romero | 2019-03-31 | 4 | -7/+21 |
* | Code simplifications | Diego Barrios Romero | 2019-03-31 | 2 | -52/+64 |
* | 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 | 6 | -49/+59 |
* | Make type copyable | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Remove unused capabilities | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Make function to read if a measurement is in progress public | Diego Barrios Romero | 2018-11-21 | 2 | -8/+9 |
* | Add function to use the ALERT/RDY pin as conversion-ready pin | Diego Barrios Romero | 2018-11-20 | 1 | -0/+15 |
* | Remove unnecessary return | Diego Barrios Romero | 2018-11-20 | 1 | -1/+1 |
* | remove outdated comment | Diego Barrios Romero | 2018-11-20 | 1 | -2/+0 |
* | Improve continuous function documentation | Diego Barrios Romero | 2018-11-20 | 1 | -0/+9 |
* | Reorder docs | Diego Barrios Romero | 2018-11-20 | 1 | -1/+1 |
* | 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 |
* | Make types copyable | Diego Barrios Romero | 2018-11-17 | 1 | -0/+1 |
* | Improve documentation of values | Diego Barrios Romero | 2018-11-17 | 2 | -0/+16 |
* | Rename threshold methods | Diego Barrios Romero | 2018-11-17 | 1 | -4/+4 |
* | Add FSR to device struct | Diego Barrios Romero | 2018-11-17 | 2 | -0/+2 |
* | 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 |
* | Avoid unnecessary type | Diego Barrios Romero | 2018-11-11 | 2 | -2/+2 |
* | Implement value conversions over type parameter | Diego Barrios Romero | 2018-11-11 | 6 | -115/+27 |
* | Move setting the thresholds to tier2 features | Diego Barrios Romero | 2018-11-11 | 2 | -57/+57 |
* | 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 | 13 | -194/+12 |
* | Add support for channel selection | Diego Barrios Romero | 2018-11-11 | 2 | -6/+25 |
* | Move module use up | Diego Barrios Romero | 2018-11-11 | 1 | -2/+2 |
* | Shorten import | Diego Barrios Romero | 2018-11-11 | 2 | -4/+4 |
* | Implement definitions for differential and single ended measurements | Diego Barrios Romero | 2018-11-11 | 1 | -16/+54 |
* | Add ADS1015 and ADS1115 to the tier 2 features | Diego Barrios Romero | 2018-11-11 | 1 | -0/+2 |
* | Add support for ADS1015 and ADS1115 devices | Diego Barrios Romero | 2018-11-11 | 2 | -0/+4 |
* | Update documentation | Diego Barrios Romero | 2018-11-11 | 1 | -1/+1 |
* | Add support for setting the comparator latching | Diego Barrios Romero | 2018-11-10 | 1 | -1/+13 |
* | Add support for setting the comparator polarity | Diego Barrios Romero | 2018-11-10 | 1 | -1/+14 |