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
- Blocking operation
- Async operation if the
async
feature is specified - Calculation of AQI using the aqi crate if the
aqi
feature is specified
See Pmsa003i for an example of how to use the library.