Skip to content

Releases: EngJay/pa-spl

v0.1.0

05 Aug 16:33
979d698
Compare
Choose a tag to compare

Initial release! 🎉 🚀 🔥

The basic I2C interface of the sensor has been implemented that provides access to the control register and the primary features of the base version of the sensor, like reading the current SPL value and min/max SPL value sensed between power cycles.

What's Changed

  • Add vendor docs by @EngJay in #2
  • Set up the initial structure of the crate by @EngJay in #4
  • Add initial CI workflow by @EngJay in #27
  • Add methods to set and get the scratch register by @EngJay in #30
  • Add method for getting the latest decibel value by @EngJay in #32
  • Fix the printing of new lines and buffer usage in the example by @EngJay in #34
  • Change name to pa-spl by @EngJay in #37
  • Extract I2C calls to private methods to eliminate duplication by @EngJay in #38
  • Add support for the getting and setting the control register by @EngJay in #40
  • Implement getting and setting the averaging time by @EngJay in #42
  • Add methods for min/max SPL by @EngJay in #43
  • Prep for initial release by @EngJay in #47
  • Fix empty homepage key by @EngJay in #59
  • Remove a keyword to meet cargo limit by @EngJay in #61

New Contributors

  • @EngJay made their first contribution in #2

Full Changelog: https://github.com/EngJay/pa-spl/commits/v0.1.0