Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 610 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 610 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.0] - 2023-11-13

CHANGED

  • Remove usage of float. sht3x_measure_single_shot and sht3x_blocking_read_measurement now return a int32_t, conversion from ticks to physical value uses an approximation and the returned temperature is in milli degrees celsius and humidity in milli %.

[1.0.0] - 2023-10-27

Initial release