Skip to content

DHT11 Sensor Library v2.1.0 for Arduino - Hotfix Release

Latest
Compare
Choose a tag to compare
@dhrubasaha08 dhrubasaha08 released this 08 Feb 07:43
· 2 commits to main since this release
cc33e77

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 the readTemperature and readHumidity 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!