bme680
bme680 copied to clipboard
WIP: Update to Embedded hal 1.0
Current status for embedded hal 1.0a2:
- [ ] Update Changelog
- [X] Update Lib
- [ ] Update Examples
Other:
- Updated tokio & env_logger dev deps
Library itself is updated to work with the current alpha. Depends on finishing https://github.com/rust-embedded/embedded-hal/issues/177 first
Current Issues:
- How should the new fallible delay be handled? Currently the result is just thrown away.