Releases: kelnos/sen0177-rs
Releases · kelnos/sen0177-rs
0.6.0
0.5.0
0.4.0-alpha.1
- Implements
embedded_hal1.0.0-alpha.8 traits - Support sensor on I2C bus as well as UART
- Disable
stdby default - Don't use
f32for reading values, as the sensor returns integers - Note that the PMSA003I sensor is also supported
- Support reporting environmental PM values
- Support reporting particulate matter counts
0.3.0-alpha.1
- Update to
embedded-hal1.0.0-alpha.8. - Remove the unnecessary
SerialReadertrait; clearly I was misundersanding something. - Fix bounds on
Sen0177Errorto require an impl of the serial error type fromembedded-hal. - Remove the explicit
nbdependency and useembedded-hal's reexport.
Rewrite API to use embedded_hal and support no_std
v0.2.0 0.2.0
Initial release + docs updates
This is mainly a release to test the new release workflow, as well as fixing some typos in the docs and adding a few things here and there.