summaryrefslogtreecommitdiffstats
path: root/tests/common
Commit message (Expand)AuthorAgeFilesLines
* Update the terms "master/slave" to "controller/target" (#29)Em Shotton2024-08-221-2/+2
* Remove `I2cInterface`. (#20)Markus Reiter2024-01-191-9/+2
* Update to `embedded-hal` 1.0.Markus Reiter2024-01-191-4/+2
* Update dependenciesDiego Barrios Romero2020-06-221-1/+1
* Format codeDiego Barrios Romero2019-03-311-20/+20
* Extract macroDiego Barrios Romero2019-03-311-6/+19
* Code formattingDiego Barrios Romero2018-11-211-10/+13
* Move statement to a better placeDiego Barrios Romero2018-11-211-0/+1
* Move import to common moduleDiego Barrios Romero2018-11-211-1/+2
* Add support for setting the full-scale range (PGA)Diego Barrios Romero2018-11-171-0/+3
* Add mode conversion testsDiego Barrios Romero2018-11-171-1/+1
* Add function to disable comparatorDiego Barrios Romero2018-11-171-0/+2
* Add constructor/destructor methods for all devicesDiego Barrios Romero2018-11-131-0/+2
* Implement value conversions over type parameterDiego Barrios Romero2018-11-111-7/+7
* Add support for channel selectionDiego Barrios Romero2018-11-111-0/+4
* Allow unused methodsDiego Barrios Romero2018-11-111-0/+1
* Add support for setting the comparator latchingDiego Barrios Romero2018-11-101-0/+1
* Add support for setting the comparator polarityDiego Barrios Romero2018-11-101-0/+1
* Add support for setting the comparator modeDiego Barrios Romero2018-11-081-0/+1
* Add support for ADS1014Diego Barrios Romero2018-11-081-0/+1
* Add tests for setting the thresholdsDiego Barrios Romero2018-11-081-3/+3
* Add tests for setting the data rateDiego Barrios Romero2018-11-081-3/+4
* Allow constructor/destructor helper functions not to be usedDiego Barrios Romero2018-11-081-0/+2
* Add tests for ADS1x13 devicesDiego Barrios Romero2018-11-071-0/+76