Crates.io | pmsa003i |
lib.rs | pmsa003i |
version | |
source | src |
created_at | 2024-09-13 23:12:13.601901+00 |
updated_at | 2024-12-15 02:15:03.24578+00 |
description | Plantower PMSA003I Driver for Embedded HAL |
homepage | |
repository | https://github.com/bbustin/pmsa003i |
max_upload_size | |
id | 1374262 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Driver for the I2C connected Plantower PMSA003I particulate sensor.
Uses embedded-hal in order to
be platform agnostic. It also works in no_std
environments.
Returns all data as per the data sheet
async
feature is specifiedaqi
feature is specifiedSee Pmsa003i for an example of how to use the library.