Skip to content

Releases: mathertel/RotaryEncoder

1.6.0

21 Feb 12:12

Choose a tag to compare

What's Changed

  • Added ESP32 support in example InterruptRotator.ino by @sysshad in #44
  • Implementation of digitalFASTread() possibility by @JoJos1220 in #45
  • Enabling using pin states from a port expander chip, such as an MCP23017. See #47

New Contributors

Full Changelog: 1.5.3...1.6.0

fixing examples for UNO

18 Jul 17:13

Choose a tag to compare

Fixing the examples for UNO to use A2 and A3 as they support level change interrupts.

minor update

04 Jul 13:10

Choose a tag to compare

added ci using GitHub Actions.
minor bugs in examples fixed.

fixing interrupt routing registration

23 Apr 18:07

Choose a tag to compare

attachInterrupt was missing digitalPinToInterrupt in example.

2-step encoder support, improved examples

06 Feb 15:31

Choose a tag to compare

Accelerated Rotator Implementation

13 Nov 21:33

Choose a tag to compare

Getting the time between rotation signal changes has been implemented.
This is the base for implementing an accelerated turning as you can see in the new example.
Turn faster for bigger steps.

Input pin initialization fixed for non AVR boards.

16 Jun 08:38

Choose a tag to compare

The initialization for the input pins now works also on other chips like ESP8266.

1.1.0

26 Mar 15:50

Choose a tag to compare

New example added