Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Add support for setting the data rate in 16bit devices | Diego Barrios Romero | 2018-11-11 | 2 | -9/+32 |
* | Rename data rate to be specific to the resolution | Diego Barrios Romero | 2018-11-11 | 2 | -4/+25 |
* | Avoid unnecessary type | Diego Barrios Romero | 2018-11-11 | 4 | -11/+11 |
* | Implement value conversions over type parameter | Diego Barrios Romero | 2018-11-11 | 11 | -145/+148 |
* | 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 |
* | Make config comparable | Diego Barrios Romero | 2018-11-11 | 1 | -1/+1 |
* | Reorganize modules | Diego Barrios Romero | 2018-11-11 | 14 | -21/+18 |
* | Add support for channel selection | Diego Barrios Romero | 2018-11-11 | 3 | -6/+28 |
* | 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 | 3 | -0/+6 |
* | Update documentation | Diego Barrios Romero | 2018-11-11 | 1 | -1/+1 |
* | 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 | 2 | -1/+34 |
* | 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 | 2 | -1/+24 |
* | Document current driver capabilities | Diego Barrios Romero | 2018-11-08 | 1 | -0/+8 |
* | Improve documentation | Diego Barrios Romero | 2018-11-08 | 1 | -1/+2 |
* | Add support for ADS1114 | Diego Barrios Romero | 2018-11-08 | 3 | -0/+4 |
* | Add support for setting the comparator mode | Diego Barrios Romero | 2018-11-08 | 3 | -1/+43 |