Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary statement | Diego Barrios Romero | 2018-11-21 | 1 | -1/+0 |
* | Remove unnecessary statements | Diego Barrios Romero | 2018-11-21 | 3 | -3/+0 |
* | Move import to common module | Diego Barrios Romero | 2018-11-21 | 2 | -3/+2 |
* | Change import | Diego Barrios Romero | 2018-11-21 | 1 | -2/+2 |
* | Rename files | Diego Barrios Romero | 2018-11-21 | 3 | -0/+0 |
* | Make function to read if a measurement is in progress public | Diego Barrios Romero | 2018-11-21 | 1 | -0/+18 |
* | Add function to use the ALERT/RDY pin as conversion-ready pin | Diego Barrios Romero | 2018-11-20 | 1 | -0/+23 |
* | Add function to read last measurement in continuous mode | Diego Barrios Romero | 2018-11-20 | 1 | -12/+53 |
* | Add function to select the measurement channel in continuous mode | Diego Barrios Romero | 2018-11-20 | 1 | -0/+10 |
* | Add method to start continuous conversions | Diego Barrios Romero | 2018-11-20 | 1 | -6/+12 |
* | Rename threshold methods | Diego Barrios Romero | 2018-11-17 | 1 | -2/+2 |
* | Fix blanks | Diego Barrios Romero | 2018-11-17 | 1 | -1/+1 |
* | Add support for setting the full-scale range (PGA) | Diego Barrios Romero | 2018-11-17 | 2 | -2/+14 |
* | Add mode conversion tests | Diego Barrios Romero | 2018-11-17 | 2 | -1/+22 |
* | Add support for setting the comparator queue | Diego Barrios Romero | 2018-11-17 | 1 | -1/+10 |
* | Add function to disable comparator | Diego Barrios Romero | 2018-11-17 | 2 | -0/+10 |
* | Revert "Make macro use specific to tests" | Diego Barrios Romero | 2018-11-13 | 1 | -1/+1 |
* | Revert "Make macro use specific to tests" | Diego Barrios Romero | 2018-11-13 | 1 | -1/+1 |
* | Make macro use specific to tests | Diego Barrios Romero | 2018-11-13 | 1 | -1/+1 |
* | Remove unused import | Diego Barrios Romero | 2018-11-13 | 1 | -1/+0 |
* | Make macro use specific to tests | Diego Barrios Romero | 2018-11-13 | 1 | -1/+1 |
* | Remove unnecessary import | Diego Barrios Romero | 2018-11-13 | 1 | -1/+0 |
* | Remove unnecessary newline | Diego Barrios Romero | 2018-11-13 | 1 | -2/+1 |
* | Move construction tests into specific module | Diego Barrios Romero | 2018-11-13 | 2 | -5/+30 |
* | Add constructor/destructor methods for all devices | Diego Barrios Romero | 2018-11-13 | 1 | -0/+2 |
* | Add support for setting the data rate in 16bit devices | Diego Barrios Romero | 2018-11-11 | 1 | -17/+41 |
* | Move data rate tests to tier1 tests | Diego Barrios Romero | 2018-11-11 | 2 | -38/+25 |
* | Rename data rate to be specific to the resolution | Diego Barrios Romero | 2018-11-11 | 1 | -2/+2 |
* | Implement value conversions over type parameter | Diego Barrios Romero | 2018-11-11 | 1 | -7/+7 |
* | Move setting the thresholds to tier2 features | Diego Barrios Romero | 2018-11-11 | 2 | -17/+6 |
* | Refactor tests | Diego Barrios Romero | 2018-11-11 | 1 | -8/+15 |
* | Trigger new measurement if reading a different channel | Diego Barrios Romero | 2018-11-11 | 1 | -9/+28 |
* | Encapsule test in module | Diego Barrios Romero | 2018-11-11 | 1 | -13/+16 |
* | Add support for channel selection | Diego Barrios Romero | 2018-11-11 | 2 | -0/+45 |
* | Allow unused methods | Diego Barrios Romero | 2018-11-11 | 1 | -0/+1 |
* | Rename test module | Diego Barrios Romero | 2018-11-11 | 1 | -0/+0 |
* | Use new channel selection types | Diego Barrios Romero | 2018-11-11 | 1 | -2/+2 |
* | Add support for setting the comparator latching | Diego Barrios Romero | 2018-11-10 | 2 | -1/+7 |
* | Refactor tests | Diego Barrios Romero | 2018-11-10 | 1 | -19/+7 |
* | Add support for setting the comparator polarity | Diego Barrios Romero | 2018-11-10 | 2 | -2/+19 |
* | Add support for setting the comparator mode | Diego Barrios Romero | 2018-11-08 | 2 | -0/+33 |
* | Add support for ADS1014 | Diego Barrios Romero | 2018-11-08 | 1 | -0/+1 |
* | Add tests for setting the thresholds | Diego Barrios Romero | 2018-11-08 | 2 | -3/+20 |
* | Add tests for setting the data rate | Diego Barrios Romero | 2018-11-08 | 2 | -3/+40 |
* | Allow constructor/destructor helper functions not to be used | Diego Barrios Romero | 2018-11-08 | 1 | -0/+2 |
* | Include macros from common module | Diego Barrios Romero | 2018-11-08 | 1 | -0/+1 |
* | Add tests for ADS1x13 devices | Diego Barrios Romero | 2018-11-07 | 2 | -0/+131 |