Skip to content

Releases: RobTillaart/rotaryDecoder

0.4.0 release

07 Jan 16:28
7b96399

Choose a tag to compare

  • refactor to sync with rotaryDecoder8 (PCF8575)
  • add reset()
  • add getRECount()
  • update readme.md
  • update unit test

0.3.1 release

24 Jun 11:47
ea5c3e0

Choose a tag to compare

  • changed uint8_t readInitialState() to return the read state.
  • changed bool setValue(uint8_t re, int32_t value = 0) to return false
    if parameter re is out of range, prevent possible bug.
  • changed int32_t getValue(uint8_t re) to return 0
    if parameter re is out of range, prevent possible bug.
  • add example rotaryDecoder_demo_RE_IO.ino
  • update readme.md, interface section.
  • minor edits

0.3.0 release

23 Feb 08:41
1788268

Choose a tag to compare

  • Fix #10
  • add read1(pin)
  • add write1(pin, value) experimental see #10
  • made read8() and write8() public for faster multi pin access
  • update readme.md

0.2.1 release

06 Jan 12:04
7782452

Choose a tag to compare

Fix URL examples + minor edits (#9)

0.2.0 release

21 Nov 14:26
ee7330f

Choose a tag to compare

refactor begin() (#8)

- simplify begin() interface - breaking change
- update readme.md

0.1.4 release

22 Sep 19:56
5a63607

Choose a tag to compare

Add Wire1 support for ESP32 (#7)

0.1.3 release

23 Nov 14:18
1060511

Choose a tag to compare

add changelog.md (#5)

0.1.2 release

27 Dec 20:02
4434a3d

Choose a tag to compare

update library.json, license, readme, minor edits (#4)

0.1.1 release

15 Nov 20:30

Choose a tag to compare

update version number

0.1.0 release

10 May 15:52
b70531c

Choose a tag to compare

initial release,
proof of concept works - needs more testing