DHT11 Sensor Library v2.1.0 for Arduino - Hotfix Release #15
dhrubasaha08
announced in
Announcements
Replies: 1 comment
-
Awesome work! Updated my project to use the update version and I'm not experiencing any of the timeout issues I had with 2.0.0. Thank you for this and the new functionality! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DHT11 Sensor Library v2.1.0 for Arduino - Hotfix Release
I'm thrilled to announce the release of the DHT11 Sensor Library v2.1.0 for Arduino. This version introduces several enhancements, optimizations, and a significant hotfix aimed at improving functionality and user experience. Importantly, this release is backward compatible with previous versions, ensuring a seamless transition for your projects.
What's Changed
New
readTemperatureHumidity
Method: I've introduced a method for efficiently reading both temperature and humidity simultaneously, significantly streamlining the data acquisition process.Codebase Refinement: I've undertaken comprehensive refactoring of the internal data reading process to reduce code repetition and enhance maintainability.
Advanced Error Handling: I've improved the error handling mechanism. Now, specific error codes are returned by the
readTemperatureHumidity
method, aligning it with thereadTemperature
andreadHumidity
methods for consistency.Documentation Enhancements: I've updated the documentation to reflect the latest changes, providing clear guidance on utilizing the new library version effectively.
Acknowledgements
A special thanks to the community members who have contributed to this release through their valuable feedback and suggestions.
Getting Started
To take advantage of the new features and improvements, please update your library to the latest version. You can find detailed instructions on installation and usage in our documentation.
Feedback and Contributions
Your feedback is crucial to the continuous improvement of the DHT11 Sensor Library. If you encounter any issues or have suggestions for future releases, please feel free to open an issue or submit a pull request.
Thank you for your continued support and contributions to the DHT11 Sensor Library project. I'm excited to see the innovative projects you'll create with these new enhancements!
This discussion was created from the release DHT11 Sensor Library v2.1.0 for Arduino - Hotfix Release.
Beta Was this translation helpful? Give feedback.
All reactions