Releases: michaelbeaumont/dht-sensor
Releases · michaelbeaumont/dht-sensor
dht-sensor v0.3.0
Breaking changes
The module structure has changed. The existing dht*::Reading::read functions have moved to dht*::blocking::read.
Features
- New
dht*::asyncmodule for async support defmtsupport
Dependency updates
embedded-halv1.0
dht-sensor v0.2.1
Fixes
- Fix add with overflow for debug builds (#6)
dht-sensor v0.2.0
Features
- Add timeouts in read functions for reliability (#2)
- Use
dyn Delayinstead of generic type
dht-sensor v0.1.1
Fixes
- build: Add metadata to
Cargo.tomlto fix https://docs.rs build
dht-sensor v0.1.0
Features
- Use one of two functions
dht11::Reading::readanddht22::Reading::readto get a reading