pmsa003i

Crates.iopmsa003i
lib.rspmsa003i
version0.1.9
sourcesrc
created_at2024-09-13 23:12:13.601901
updated_at2024-10-26 04:22:22.837146
descriptionPlantower PMSA003I Driver for Embedded HAL
homepage
repositoryhttps://github.com/bbustin/pmsa003i
max_upload_size
id1374262
size10,701
(bbustin)

documentation

README

Plantower PMSA003I Driver for Embedded HAL

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

Features

  • Blocking operation
  • Async operation if the async feature is specified
  • Calculation of AQI using the aqi crate if the aqi feature is specified

Example

See Pmsa003i for an example of how to use the library.

Got inspiration and direction from the following... thank you!

Commit count: 19

cargo fmt