Skip to content

Releases: kelnos/sen0177-rs

0.6.0

10 Jan 00:12
v0.6.0
Compare
Choose a tag to compare
  • Bump embedded-hal to 1 -- @kelnos

0.5.0

05 Nov 19:55
v0.5.0
Compare
Choose a tag to compare
  • Update for embedded-hal 1.0.0-rc.1 -- @kelnos

0.4.0-alpha.1

30 May 10:45
v0.4.0-alpha.1
Compare
Choose a tag to compare
  • 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

28 May 09:35
v0.3.0-alpha.1
Compare
Choose a tag to compare
  • 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.

Rewrite API to use embedded_hal and support no_std

25 Aug 03:26
v0.2.0
Compare
Choose a tag to compare

Initial release + docs updates

25 Aug 08:17
v0.1.1
Compare
Choose a tag to compare

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.