Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify to use asyncasync | Tomasz Kramkowski | 2024-12-08 | 1 | -2/+3 |
| | | | | | | | | | | | | A changeover from embedded_hal::i2c::I2c to embedded_hal_async::i2c::I2c including changes to all the relevant functions into async functions. Tests have been updated to work using futures-test and embedded-hal-mock with the embedded-hal-async feature. Examples have been kept the same meaning they no longer compile. Currently it doesn't _seem_ like the linux embedded hal can do async i2c so maybe these should be re-written to use embassy? | ||||
* | Remove unused badge | Diego Barrios Romero | 2024-01-19 | 1 | -3/+0 |
| | |||||
* | Allow running tests on macOS. | Markus Reiter | 2024-01-19 | 1 | -0/+2 |
| | |||||
* | Update to `embedded-hal` 1.0. | Markus Reiter | 2024-01-19 | 1 | -4/+4 |
| | |||||
* | Prepare 0.2.2 release | Diego Barrios Romero | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | Add docs root | Diego Barrios Romero | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | Use GitHub Actions instead of Travis for CI | Diego Barrios Romero | 2020-12-01 | 1 | -1/+0 |
| | |||||
* | Update nb dependency | Diego Barrios Romero | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | Bump patch version for release | Diego Barrios Romero | 2020-06-22 | 1 | -1/+1 |
| | |||||
* | Update dependencies | Diego Barrios Romero | 2020-06-22 | 1 | -2/+2 |
| | |||||
* | Use edition 2018 | Diego Barrios Romero | 2020-06-21 | 1 | -0/+1 |
| | |||||
* | Remove maintenance badge | Diego Barrios Romero | 2020-06-21 | 1 | -1/+0 |
| | |||||
* | Bump version | Diego Barrios Romero | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Improve inclusion pattern | Diego Barrios Romero | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Add keyword | Diego Barrios Romero | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Make inclusion paths absolute | Diego Barrios Romero | 2018-11-20 | 1 | -5/+5 |
| | |||||
* | Remove references to ADS1x18 | Diego Barrios Romero | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Add maintenance badge | Diego Barrios Romero | 2018-11-13 | 1 | -0/+1 |
| | |||||
* | Add coveralls badge | Diego Barrios Romero | 2018-11-13 | 1 | -0/+1 |
| | |||||
* | Change badges format | Diego Barrios Romero | 2018-11-13 | 1 | -3/+2 |
| | |||||
* | Update dependencies | Diego Barrios Romero | 2018-11-07 | 1 | -1/+2 |
| | |||||
* | Shorten title for clarity | Diego Barrios Romero | 2018-11-04 | 1 | -1/+1 |
| | |||||
* | Initial version | Diego Barrios Romero | 2018-11-04 | 1 | -0/+34 |