1个稳定版本
1.0.0 | 2024年1月17日 |
---|
#986 在 嵌入式开发
每月 2,334 次下载
19KB
113 代码行
aht20-async
一个异步嵌入式Rust
no_std
驱动程序,最初基于Anthony Romano的 AHT10包。
使用方法
请参阅在 examples/aht20.rs
中的 linux-embedded-hal
的示例。
文档
API文档在 docs.rs 上生成。
许可
许可协议为AGPL-3.0。
lib.rs
:
一个与AHT20温度和湿度传感器交互的平台无关的驱动程序。
此驱动程序使用 embedded-hal
特性构建,并且是Anthony Romano的 AHT10包 的分支。
依赖项
~205KB