Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the terms "master/slave" to "controller/target" (#29) | Em Shotton | 2024-08-22 | 1 | -2/+2 |
| | | | | | | | | | | | | * Update the terms "master/slave" to "controller/target" throughout to align with the i2c bus specification v.7 * Updated Changelog * Change word casing --------- Co-authored-by: Em Shotton <matthewfshotton@gmail.com> Co-authored-by: Diego Barrios Romero <eldruin@gmail.com> | ||||
* | Remove `I2cInterface`. (#20) | Markus Reiter | 2024-01-19 | 1 | -9/+2 |
| | | | | | | | | | * Merge `ReadData` and `WriteData` traits. * Remove `I2cInterface`. * Update changelog. * Fix links. | ||||
* | Update to `embedded-hal` 1.0. | Markus Reiter | 2024-01-19 | 1 | -4/+2 |
| | |||||
* | Update dependencies | Diego Barrios Romero | 2020-06-22 | 1 | -1/+1 |
| | |||||
* | Format code | Diego Barrios Romero | 2019-03-31 | 1 | -20/+20 |
| | |||||
* | Extract macro | Diego Barrios Romero | 2019-03-31 | 1 | -6/+19 |
| | |||||
* | Code formatting | Diego Barrios Romero | 2018-11-21 | 1 | -10/+13 |
| | |||||
* | Move statement to a better place | Diego Barrios Romero | 2018-11-21 | 1 | -0/+1 |
| | |||||
* | Move import to common module | Diego Barrios Romero | 2018-11-21 | 1 | -1/+2 |
| | |||||
* | Add support for setting the full-scale range (PGA) | Diego Barrios Romero | 2018-11-17 | 1 | -0/+3 |
| | |||||
* | Add mode conversion tests | Diego Barrios Romero | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Add function to disable comparator | Diego Barrios Romero | 2018-11-17 | 1 | -0/+2 |
| | |||||
* | Add constructor/destructor methods for all devices | Diego Barrios Romero | 2018-11-13 | 1 | -0/+2 |
| | |||||
* | Implement value conversions over type parameter | Diego Barrios Romero | 2018-11-11 | 1 | -7/+7 |
| | |||||
* | Add support for channel selection | Diego Barrios Romero | 2018-11-11 | 1 | -0/+4 |
| | |||||
* | Allow unused methods | Diego Barrios Romero | 2018-11-11 | 1 | -0/+1 |
| | |||||
* | Add support for setting the comparator latching | Diego Barrios Romero | 2018-11-10 | 1 | -0/+1 |
| | |||||
* | Add support for setting the comparator polarity | Diego Barrios Romero | 2018-11-10 | 1 | -0/+1 |
| | |||||
* | Add support for setting the comparator mode | Diego Barrios Romero | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Add tests for setting the data rate | Diego Barrios Romero | 2018-11-08 | 1 | -3/+4 |
| | |||||
* | Allow constructor/destructor helper functions not to be used | Diego Barrios Romero | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | Add tests for ADS1x13 devices | Diego Barrios Romero | 2018-11-07 | 1 | -0/+76 |