- Notifications
You must be signed in to change notification settings - Fork5
Releases: rust-dd/embedded-dht-rs
v.0.5.0
Compare
🚀 embedded-dht-rs v.0.5.0 📚✨
What's Changed
- feat: bubble up wait for status errors by@inhumantsar in#3
New Contributors
- @inhumantsar made their first contribution in#3
Full Changelog:v.0.4.0...v.0.5.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v.0.4.0
Compare
🚀 embedded-dht-rs v.0.4.0 📚✨
What's Changed
- Handle negative values in calculations for the DHT22 sensor.
- Update documentation
- Improve rendered documentation by@jannic in#2
Full Changelog:v.0.3.2...v.0.4.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v.0.3.2
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v.0.3.1
Compare
Full Changelog:v.0.3.0...v.0.3.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v.0.3.0
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v.0.2.0
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v.0.1.1
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v.0.1.0
Compare
🚀embedded-dht-rs v0.1.0 is here! 🌡️📊
We’re excited to release the initial version ofembedded-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.
Assets2
Uh oh!
There was an error while loading.Please reload this page.