Skip to content

Releases: mathertel/RotaryEncoder

fixing examples for UNO

18 Jul 17:13
Compare
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
Compare
Choose a tag to compare

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

fixing interrupt routing registration

23 Apr 18:07
Compare
Choose a tag to compare

attachInterrupt was missing digitalPinToInterrupt in example.

2-step encoder support, improved examples

06 Feb 15:31
Compare
Choose a tag to compare

Accelerated Rotator Implementation

13 Nov 21:33
Compare
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
Compare
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
Compare
Choose a tag to compare

New example added