Skip to content

Releases: elixir-sensors/aht20

v0.4.4

20 Mar 01:59
8b0e5fc
Compare
Choose a tag to compare
  • Changes
    • Update dependencies
    • REUSE compliance

v0.4.3

17 Jan 14:40
36847e9
Compare
Choose a tag to compare
  • Changes
    • Relax circuits_i2c dependency to allow v2.0

v0.4.2

17 Jan 12:46
Compare
Choose a tag to compare
  • Relax circuits_i2c dependency to allow v1.0

v0.4.1

26 Nov 11:57
Compare
Choose a tag to compare
  • Use Circuits.I2C instead of I2cServer, and refactor
  • Improve type spec
  • Update dependencies

v0.4.0

02 Jun 11:49
Compare
Choose a tag to compare
  • API changes

    • Add dew_point_c and timestamp_ms to measurement
    • Remove temperature_f from measurement
  • Improvements

    • Refactor and log helpful message on init

NOTES

  • The AHT20.Measurement struct follows the pattern found in the BMP280 library.

v0.3.1

20 May 19:37
Compare
Choose a tag to compare
  • Improvements
    • Factor out Comm module
    • Improve docs
    • Always warning as errors

v0.3.0

19 May 17:05
Compare
Choose a tag to compare
  • New features

  • API changes

    • Remove deprecated read, read_data and read_state
  • Improvements

    • Update CI with OTP 24
    • Refactor internal logic
    • Clean up readme
  • Fixes

    • Handle error in init

v0.2.2

27 Mar 22:28
Compare
Choose a tag to compare
  • update CI
  • stop exposing internal functions to hexdoc
  • accept gen server name
  • deprecate read and read_data in favor of measure
  • deprecate unused read_state
  • remove logging

v0.2.1

17 Feb 13:21
Compare
Choose a tag to compare

Move sensor worker to top-level

v0.2.0

17 Feb 04:36
Compare
Choose a tag to compare
  • Add AHT20.read/1
  • Remove raw_* keys from the measurement struct
  • Rename relative_humidity to humidity_rh
  • Rename i2c_bus to bus_name
  • Rename i2c_address to bus_address