Crates.io | mh-zx-driver |
lib.rs | mh-zx-driver |
version | 0.2.0 |
source | src |
created_at | 2020-04-15 23:28:02.77642 |
updated_at | 2020-07-20 23:34:37.289165 |
description | MH-Z* family (MH-Z14/Z19/Z19B) CO2 sensor driver built on top of `embedded-hal` primitives. |
homepage | |
repository | https://github.com/xaep/mh-zx-driver |
max_upload_size | |
id | 230644 |
size | 90,538 |
MH-Z* family CO2 sensor driver built on top of embedded-hal
primitives. This
is a no_std
crate suitable for use on bare-metal. The API is non-blocking (in
a way compatible with the nb
crate).
The code has been tested with MH-Z19B sensor, other sensors in MH-Z* family support the same UART protocol.