GY-63_MS5611/libraries/I2CKeyPad8x8/CHANGELOG.md
2024-07-18 19:55:04 +02:00

752 B

Change Log I2CKeyPad8x8

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.0] - 2024-07-15

  • sync with I2CKeyPad 0.5.0
  • implement debounceThreshold
  • add constant I2C_KEYPAD8x8_THRESHOLD
  • add uint32_t getLastTimeRead()
  • update getChar() to support I2C_KEYPAD8x8_THRESHOLD
  • update readme.md
  • update unit test
  • update keywords.txt
  • minor edits

[0.2.0] - 2023-11-09

  • simplify begin()
  • update readme.md
  • minor edits

[0.1.1] - 2022-11-12

  • Add RP2040 support to build-CI.
  • Add CHANGELOG.md

[0.1.0] - 2022-09-29

  • initial version