Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 11 | -59/+55 |
| | |||||
* | 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 | 7 | -51/+85 |
| | |||||
* | Code simplifications | Diego Barrios Romero | 2019-03-31 | 2 | -52/+64 |
| | |||||
* | Rename constant | Diego Barrios Romero | 2019-03-31 | 1 | -5/+6 |
| | |||||
* | Extract function | Diego Barrios Romero | 2019-03-31 | 1 | -6/+10 |
| | |||||
* | Integrate mode change into `into...` methods | Diego Barrios Romero | 2019-03-31 | 3 | -40/+38 |
| | |||||
* | Improve documentation of changing channel in continuous conversion mode. | Diego Barrios Romero | 2019-03-31 | 1 | -0/+4 |
| | |||||
* | Add links to examples repository | Diego Barrios Romero | 2019-02-18 | 1 | -0/+4 |
| | |||||
* | Remove reference to spi | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Improve table format | Diego Barrios Romero | 2018-11-21 | 1 | -8/+8 |
| | |||||
* | Code formatting | Diego Barrios Romero | 2018-11-21 | 12 | -96/+102 |
| | |||||
* | Add tests for assert function | Diego Barrios Romero | 2018-11-21 | 1 | -0/+11 |
| | |||||
* | Make type copyable | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Rename error type | Diego Barrios Romero | 2018-11-21 | 2 | -3/+3 |
| | |||||
* | Remove unused capabilities | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Move i2c construction module outside | Diego Barrios Romero | 2018-11-21 | 2 | -4/+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 | 3 | -8/+11 |
| | |||||
* | Update docs | Diego Barrios Romero | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | Remove references to SPI | Diego Barrios Romero | 2018-11-21 | 1 | -10/+10 |
| | |||||
* | Remove SPI interface | Diego Barrios Romero | 2018-11-21 | 2 | -46/+0 |
| | |||||
* | Add function to use the ALERT/RDY pin as conversion-ready pin | Diego Barrios Romero | 2018-11-20 | 2 | -0/+17 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -3/+15 |
| | |||||
* | 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 value conversion | Diego Barrios Romero | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Make types copyable | Diego Barrios Romero | 2018-11-17 | 2 | -0/+2 |
| | |||||
* | Improve documentation of values | Diego Barrios Romero | 2018-11-17 | 2 | -0/+16 |
| | |||||
* | Rename threshold methods | Diego Barrios Romero | 2018-11-17 | 2 | -9/+10 |
| | |||||
* | Fix blanks | Diego Barrios Romero | 2018-11-17 | 1 | -1/+0 |
| | |||||
* | 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 | 4 | -1/+5 |
| | |||||
* | 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 | 2 | -3/+47 |
| | |||||
* | 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 | 2 | -1/+30 |
| | |||||
* | Add function to disable comparator | Diego Barrios Romero | 2018-11-17 | 2 | -0/+15 |
| |