Skip to content

Releases: lc525/sensor-temp-humidity-sht40-rs

v0.2.600

25 Jan 10:57
Compare
Choose a tag to compare

Release in the 0.2.6xx series, compatible with embedded-hal-0.2.6

Main changes:

  • ability to set calibration offsets
  • [breaking] move to fixed-point arithmetic, with all measurements represented using integers:
    • temperature measurements move from degrees Celsius to milli degrees Celsius and from Fahrenheit to milli degrees Fahrenheit
    • humidity measurements move from percent (%) to per cent mille (pcm)
    • all values are essentially 1000*x where x was the value reported in previous releases
  • add optional "fp" feature which enables conversion from integer measurement representation to floating point, SI representation (Celsius, Fahrenheit, %)

v0.2.6

12 Jan 16:40
Compare
Choose a tag to compare

Status