[PR #368] [MERGED] Add an alternative AHT20 driver #372

Closed
opened 2025-11-06 08:24:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/368
Author: @anglerud
Created: 2/6/2022
Status: Merged
Merged: 2/7/2022
Merged by: @bors[bot]

Base: masterHead: feature/add_new_aht20_driver


📝 Commits (1)

  • 6e6c628 Add an alternative AHT20 driver

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 README.md (+4 -0)

📄 Description

I wrote a new AHT20 driver and published a blog post about it. I created a new driver as the previous one took ownership of the delay device, denying it to other drivers and code. The existing AHT20 driver is also under the AGLP which is certainly a fine license, but not one I'd choose for a library myself.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/368 **Author:** [@anglerud](https://github.com/anglerud) **Created:** 2/6/2022 **Status:** ✅ Merged **Merged:** 2/7/2022 **Merged by:** [@bors[bot]](https://github.com/apps/bors) **Base:** `master` ← **Head:** `feature/add_new_aht20_driver` --- ### 📝 Commits (1) - [`6e6c628`](https://github.com/rust-embedded/awesome-embedded-rust/commit/6e6c628029af54642a3aff1bb8d0080683f0cc38) Add an alternative AHT20 driver ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) </details> ### 📄 Description I wrote a new AHT20 driver and published a blog post about it. I created a new driver as the previous one took ownership of the delay device, denying it to other drivers and code. The existing AHT20 driver is also under the AGLP which is certainly a fine license, but not one I'd choose for a library myself. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 08:24:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#372