Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |