Releases: kelnos/sen0177-rs
Releases · kelnos/sen0177-rs
0.6.0
0.5.0
0.4.0-alpha.1
- Implements
embedded_hal
1.0.0-alpha.8 traits - Support sensor on I2C bus as well as UART
- Disable
std
by default - Don't use
f32
for 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-hal
1.0.0-alpha.8. - Remove the unnecessary
SerialReader
trait; clearly I was misundersanding something. - Fix bounds on
Sen0177Error
to require an impl of the serial error type fromembedded-hal
. - Remove the explicit
nb
dependency 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.