GY-63_MS5611/libraries/HeartBeat/CHANGELOG.md
2023-11-02 16:06:11 +01:00

1.0 KiB

Change Log HearBeat

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-09

  • update readme.md
  • fix version in .cpp
  • update keywords.txt

[0.3.2] - 2022-11-09

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

[0.3.1] - 2022-07-26

  • move all code to .cpp
  • add isEnabled()
  • rename examples
  • add example SRF05 distance sensor

[0.3.0] - 2022-02-04

  • added HeartBeatDiag class.
  • added HeartBeatSL class (slightly simpler).

[0.2.1] - 2021-12-18

  • update library.json,
  • update license
  • minor edits

[0.2.0] - 2021-11-02

  • update Build-CI
  • add badges
  • add getFrequency(), getDutyCycle();
  • add getState().
  • remove set()

[0.1.3] - 2021-05-27

  • fix Arduino-lint

[0.1.2] - 2021-01-15

  • rename all to HeartBeat
  • add dutyCycle

[0.1.1] - 2020-12-24

  • add Arduino-CI

[0.1.0] - 2019-06-12

  • initial version