mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-09 07:12:05 -05:00
[PR #368] [MERGED] Add an alternative AHT20 driver #372
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/add_new_aht20_driver📝 Commits (1)
6e6c628Add 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.