Skip to content

Releases: michaelbeaumont/dht-sensor

dht-sensor v0.3.0

20 Jan 03:53
5b3640b

Choose a tag to compare

Breaking changes

The module structure has changed. The existing dht*::Reading::read functions have moved to dht*::blocking::read.

Features

  • New dht*::async module for async support
  • defmt support

Dependency updates

  • embedded-hal v1.0

dht-sensor v0.2.1

26 Feb 19:43
e7f1de6

Choose a tag to compare

Fixes

  • Fix add with overflow for debug builds (#6)

dht-sensor v0.2.0

25 Feb 22:15
bcbcf81

Choose a tag to compare

Features

  • Add timeouts in read functions for reliability (#2)
  • Use dyn Delay instead of generic type

dht-sensor v0.1.1

25 Feb 22:14
fa44876

Choose a tag to compare

Fixes

dht-sensor v0.1.0

25 Feb 22:13
bd511ee

Choose a tag to compare

Features

  • Use one of two functions dht11::Reading::read and dht22::Reading::read to get a reading