GY-63_MS5611/libraries/DHT12/CHANGELOG.md
2022-11-01 21:00:49 +01:00

907 B

Change Log DHT12

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.

[0.3.3] - 2022-11-01

  • add changelog.md
  • add rp2040 to build-CI

[0.3.2] - 2021-12-16

  • update library.json
  • update license
  • add isConnected()

[0.3.1] - 2021-10-25

  • add lastRead()
  • update Arduino-CI
  • add badges

[0.3.0] - 2020-12-19

  • add Arduino-CI + unit test
  • temperature and humidity made private

[0.2.1] - 2020-06-07

  • fix library.json

[0.2.0] - 2020-04-11

  • explicit constructors, select other Wire interface,
  • #pragma once

[0.1.2] - 2018-09-02

  • fix negative temperature DHT12 - issue #111

[0.1.1] - 2017-12-19

  • added ESP8266 - issue #86
  • Verified by Viktor Balint

[0.1.0] - 2017-12-11

  • initial version