Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify to use asyncasync | Tomasz Kramkowski | 2024-12-08 | 6 | -50/+61 |
* | Improve documentation. (#32) | Markus Reiter | 2024-11-23 | 11 | -69/+72 |
* | Update the terms "master/slave" to "controller/target" (#29) | Em Shotton | 2024-08-22 | 3 | -30/+30 |
* | Fix typo in docs | Diego Barrios Romero | 2024-07-31 | 1 | -1/+1 |
* | Set comparator to default on continuous pulse | Tyler Slabinski | 2024-07-31 | 1 | -2/+2 |
* | Remove `DynamicOneShot` trait. (#19) | Markus Reiter | 2024-06-10 | 4 | -61/+31 |
* | Simplify `SlaveAddr`. (#21) | Markus Reiter | 2024-02-13 | 3 | -88/+35 |
* | Make `FullScaleRange` docs consistent. (#23) | Markus Reiter | 2024-01-30 | 1 | -1/+1 |
* | Remove `reset_internal_driver_state`. (#22) | Markus Reiter | 2024-01-30 | 1 | -15/+0 |
* | Simplify docs for `FullScaleRange`. (#18) | Markus Reiter | 2024-01-30 | 1 | -6/+6 |
* | Remove `I2cInterface`. (#20) | Markus Reiter | 2024-01-19 | 10 | -121/+73 |
* | Derive common traits for types + default for ComparatorQueue | Diego Barrios Romero | 2024-01-19 | 1 | -22/+17 |
* | Update to `embedded-hal` 1.0. | Markus Reiter | 2024-01-19 | 10 | -178/+149 |
* | Prepare 0.2.2 release | Diego Barrios Romero | 2021-07-29 | 1 | -1/+1 |
* | Add docs root | Diego Barrios Romero | 2021-07-29 | 1 | -0/+1 |
* | Add value-based one-shot trait to ease driver usage in functions | Diego Barrios Romero | 2021-07-29 | 4 | -7/+41 |
* | Add unit test | Diego Barrios Romero | 2020-06-22 | 1 | -1/+6 |
* | Remove unused import | Diego Barrios Romero | 2020-06-21 | 1 | -1/+0 |
* | Improve documentation example | Diego Barrios Romero | 2020-06-21 | 1 | -2/+2 |
* | Add example of new SlaveAddr methods to docs | Diego Barrios Romero | 2020-06-21 | 1 | -1/+16 |
* | Reorder imports | Diego Barrios Romero | 2020-06-21 | 1 | -10/+10 |
* | Remove empty line | Diego Barrios Romero | 2020-06-21 | 1 | -1/+0 |
* | Add alternative address helper creation methods | Diego Barrios Romero | 2020-06-21 | 1 | -0/+40 |
* | Improve SlaveAddr::Alternative documentation | Diego Barrios Romero | 2020-06-21 | 1 | -1/+2 |
* | Extract type definitions into separate module | Diego Barrios Romero | 2020-06-21 | 2 | -245/+252 |
* | Simplify imports | Diego Barrios Romero | 2020-06-21 | 2 | -4/+3 |
* | Remove unnecessary main in doctests | Diego Barrios Romero | 2020-06-21 | 1 | -17/+5 |
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 11 | -59/+55 |
* | Remove deny warnings but forbid then on CI | Diego Barrios Romero | 2020-04-24 | 1 | -1/+0 |
* | Format code | Diego Barrios Romero | 2019-03-31 | 7 | -51/+85 |
* | Code simplifications | Diego Barrios Romero | 2019-03-31 | 2 | -52/+64 |
* | Rename constant | Diego Barrios Romero | 2019-03-31 | 1 | -5/+6 |
* | Extract function | Diego Barrios Romero | 2019-03-31 | 1 | -6/+10 |
* | Integrate mode change into `into...` methods | Diego Barrios Romero | 2019-03-31 | 3 | -40/+38 |
* | Improve documentation of changing channel in continuous conversion mode. | Diego Barrios Romero | 2019-03-31 | 1 | -0/+4 |
* | Add links to examples repository | Diego Barrios Romero | 2019-02-18 | 1 | -0/+4 |
* | Remove reference to spi | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Improve table format | Diego Barrios Romero | 2018-11-21 | 1 | -8/+8 |
* | Code formatting | Diego Barrios Romero | 2018-11-21 | 12 | -96/+102 |
* | Add tests for assert function | Diego Barrios Romero | 2018-11-21 | 1 | -0/+11 |
* | Make type copyable | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Rename error type | Diego Barrios Romero | 2018-11-21 | 2 | -3/+3 |
* | Remove unused capabilities | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Move i2c construction module outside | Diego Barrios Romero | 2018-11-21 | 2 | -4/+1 |
* | Fix logic | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Fix doc link | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
* | Reorganize driver capabilities | Diego Barrios Romero | 2018-11-21 | 1 | -6/+7 |
* | Add example of reading measurement in continuous mode | Diego Barrios Romero | 2018-11-21 | 1 | -1/+7 |
* | Make function to read if a measurement is in progress public | Diego Barrios Romero | 2018-11-21 | 3 | -8/+11 |
* | Update docs | Diego Barrios Romero | 2018-11-21 | 1 | -2/+2 |