sen0177-rs

Rust library for reading air quality data from the SEN0177 sensor

APACHE-2.0 License

Downloads
4.1K
Stars
5
Committers
1

Bot releases are visible (Hide)

sen0177-rs - 0.6.0 Latest Release

Published by kelnos 9 months ago

  • Bump embedded-hal to 1 -- @kelnos
sen0177-rs - 0.5.0

Published by kelnos 12 months ago

  • Update for embedded-hal 1.0.0-rc.1 -- @kelnos
sen0177-rs - 0.4.0-alpha.1

Published by kelnos over 2 years ago

  • 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
sen0177-rs - 0.3.0-alpha.1

Published by kelnos over 2 years ago

  • 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 from embedded-hal.
  • Remove the explicit nb dependency and use embedded-hal's reexport.
sen0177-rs - Rewrite API to use embedded_hal and support no_std

Published by kelnos about 3 years ago

sen0177-rs - Initial release + docs updates

Published by kelnos about 4 years ago

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.