GY-63_MS5611/libraries/PinOutGroup/CHANGELOG.md
2022-11-22 13:46:07 +01:00

1.0 KiB

Change Log PinOutGroup

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.1.7] - 2022-11-22

  • add changelog.md
  • add RP2040 to build-CI
  • add PINOUTGROUP_ERROR_PIN
  • update unit test
  • obsolete getIdx()

[0.1.6] - 2021-12-23

  • update library.json
  • update license
  • minor edits

[0.1.5] - 2021-11-13

  • update Arduino-CI
  • update readme.md - badges.
  • fix version numbers and history
  • fix bug in allHIGH()
  • renamed variables for readability
  • add getIndex() to replace getIdx(),
  • add getMaxSize(),

[0.1.4] - 2021-01-22

  • ?

[0.1.3] - 2021-01-05

  • add Arduino-CI + unit test

[0.1.2] - 2020-06-19

  • fix library.json

[0.1.1] - 2020-05-19

  • main refactor;
  • added tests
  • added clear();
  • added write(idx, value)
  • renamed set to write() to be in line with digitalWrite()

[0.1.0] - 20-08-2017

  • initial version (based upon experimental pinGroup)