Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Implement value conversions over type parameter | Diego Barrios Romero | 2018-11-11 | 1 | -2/+9 |
* | Make config comparable | Diego Barrios Romero | 2018-11-11 | 1 | -1/+1 |
* | Reorganize modules | Diego Barrios Romero | 2018-11-11 | 1 | -3/+6 |
* | Add support for channel selection | Diego Barrios Romero | 2018-11-11 | 1 | -0/+3 |
* | Add support for ADS1015 and ADS1115 devices | Diego Barrios Romero | 2018-11-11 | 1 | -0/+2 |
* | Update driver capabilities | Diego Barrios Romero | 2018-11-10 | 1 | -0/+2 |
* | Add support for setting the comparator latching | Diego Barrios Romero | 2018-11-10 | 1 | -0/+21 |
* | Make enums comparable | Diego Barrios Romero | 2018-11-10 | 1 | -3/+3 |
* | Add usage examples for ADS1013 | Diego Barrios Romero | 2018-11-10 | 1 | -0/+40 |
* | Update documentation | Diego Barrios Romero | 2018-11-10 | 1 | -0/+2 |
* | Add support for setting the comparator polarity | Diego Barrios Romero | 2018-11-10 | 1 | -0/+10 |
* | Document current driver capabilities | Diego Barrios Romero | 2018-11-08 | 1 | -0/+8 |
* | Add support for ADS1114 | Diego Barrios Romero | 2018-11-08 | 1 | -0/+1 |
* | Add support for setting the comparator mode | Diego Barrios Romero | 2018-11-08 | 1 | -0/+19 |
* | Add support for ADS1014 | Diego Barrios Romero | 2018-11-08 | 1 | -0/+1 |
* | Add invalid input data threshold | Diego Barrios Romero | 2018-11-08 | 1 | -1/+3 |
* | Fix adding low and high threshold registers | Diego Barrios Romero | 2018-11-08 | 1 | -2/+2 |
* | Simplify code | Diego Barrios Romero | 2018-11-08 | 1 | -4/+5 |
* | Disallow warnings | Diego Barrios Romero | 2018-11-07 | 1 | -1/+1 |