#sensirion #driver #湿度传感器 #温度传感器 #嵌入式HAL驱动 #温度湿度 #scd41

无std bin+lib scd4x

Rust 驱动程序用于 Sensirion SCD4x 系列产品。二氧化碳/温度/湿度传感器。

6 个版本

0.3.0 2024年2月18日
0.2.3 2024年2月18日
0.2.2 2024年1月4日
0.2.1 2021年12月30日
0.1.0 2021年3月21日

#396 in 嵌入式开发

Download history 29/week @ 2024-03-12 3/week @ 2024-03-26 20/week @ 2024-04-02 6/week @ 2024-05-28

每月 146 次下载

MIT/Apache

27KB
450

Sensirion I2C SCD4x 驱动程序

此库为 Sensirion SCD4x 系列产品提供了一个嵌入式 无std 驱动程序。此驱动程序使用 embedded-hal 特性构建。实现基于 embedded-i2c-scd4xsgpc3-rs

Sensirion SCD4x

SCD4x 是一款微型二氧化碳传感器。它还测量温度和相对湿度。

更多信息:SCD4x 二氧化碳传感器数据表

使用方法

运行 scd4x-util 以读取序列号和测量输出。

cargo run --features="util"

请参阅 examples/linux.rs 中的 linux-embedded-hal 示例。

cargo run --example linux

开发状态

此驱动程序处于早期开发状态。它允许您

  • 获取序列号。
  • 读取测量输出。

许可证

许可协议为以下之一

贡献

除非您明确声明,否则您有意提交以包含在作品中的任何贡献,根据 Apache-2.0 许可证定义,将按照上述方式双许可,没有任何附加条款或条件。

依赖关系

~0.1–9MB
~70K SLoC