Skip to content

Releases: RobTillaart/I2CKeyPad8x8

0.3.1 release

29 Sep 07:44
8267c8d
Compare
Choose a tag to compare
  • update documentation, errors and more
  • fix isPressed() to handle I2C communication error as no key pressed.
  • update comments.

0.3.0 release

18 Jul 17:53
093cb0e
Compare
Choose a tag to compare
  • 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 release

11 Nov 15:54
493def5
Compare
Choose a tag to compare
simplify begin() (#4)

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

0.1.1 release

13 Nov 08:39
cc52b33
Compare
Choose a tag to compare
add changelog.md (#2)

0.1.0 release

29 Sep 14:53
64ef951
Compare
Choose a tag to compare
initial version (#1)

* initial version
* update readme.md