Skip to content

Releases: rust-dd/embedded-dht-rs

v.0.3.2

09 Oct 19:29
Compare
Choose a tag to compare

🚀 embedded-dht-rs v.0.3.2 📚✨

What's new in v.0.3.2:

-🛠️ Rust Feature Flags for DHT Sensors: The DHT11, DHT20, and DHT22 sensor support is now separated behind individual Rust feature flags. This allows for more control over which sensors are included in your project, optimizing performance and reducing unnecessary dependencies.

Full Changelog: v.0.3.1...v.0.3.2

v.0.3.1

09 Oct 19:27
Compare
Choose a tag to compare

Full Changelog: v.0.3.0...v.0.3.1

v.0.3.0

30 Sep 21:22
Compare
Choose a tag to compare

🚀 embedded-dht-rs v.0.3.0 📚✨

What's new in v.0.3.0:

  • 🌡️ DHT20 Sensor Support: Added support for the DHT20 sensor! You can now easily integrate and use the DHT20 in your projects with minimal configuration.

Full Changelog: v.0.2.0...v.0.3.0

v.0.2.0

16 Sep 18:47
Compare
Choose a tag to compare

🚀 embedded-dht-rs v.0.2.0 📚✨

What's new in v.0.2.0:

  • 🌡️ DHT22 Sensor Support: Added support for the DHT22 sensor! You can now easily integrate and use the DHT22 in your projects with minimal configuration.

Full Changelog: v.0.1.1...v.0.2.0

v.0.1.1

11 Sep 19:16
Compare
Choose a tag to compare

🚀 embedded-dht-rs v0.1.1 📚✨

What's new in v0.1.1:

  • 📖 Improved Documentation: Expanded and clarified sections to help you get started quickly and understand the API better.
  • 🛠️ Code Refactor: Cleaned up the internal structure for better efficiency and easier future updates. No breaking changes!

Full Changelog: v.0.1.0...v.0.1.1

v.0.1.0

11 Sep 19:14
Compare
Choose a tag to compare

🚀 embedded-dht-rs v0.1.0 is here! 🌡️📊

We’re excited to release the initial version of embedded-dht-rs, a lightweight, Rust-based library for interfacing with DHT11 and DHT22 sensors on embedded systems. With this library, you can easily read temperature and humidity data in a fast, efficient, and reliable way!

Key features in v0.1.0:

  • 🦀 Rust-powered: Take advantage of Rust's safety and performance for handling sensor data.
  • DHT11: Seamlessly read data from these popular sensors.
  • 💡 Easy-to-use API: Simple and intuitive interface for embedded applications.