pmsa003i 0.1.0

Plantower PMSA003I Driver for Embedded HAL
Documentation
pmsa003i-0.1.0 has been yanked.

Plantower PMSA003I Driver for Embedded HAL

Driver for the I2C connected Plantower PMSA003I particulate senmsor.

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

Example

See the pmsa003i.rs rustdoc for an example of how to use the library.

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