You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A library for the Arduino environment for using a rotary encoder as an input.
4
6
5
7
Here you can find an Arduino compatible library for using rotary encoders.
6
8
7
-
I was searching a library for using a rotary encoder in my latest project and found a lot of information on this topic but none of the existing libraries did immediately match my expectations so I finally built my own.
9
+
When I was searching a library for using a rotary encoder in my latest project and found a lot of information on this topic but none of the existing libraries did immediately match my expectations so I finally built my own.
8
10
9
11
It supports the type of rotary encoder that has a phase change on both input signals when rotating one `notch`.
10
12
@@ -13,4 +15,4 @@ the coding and might be able to adjust it to your needs if you like:
There are various aspects when writing a library for rotary encoders and you can also find a lot of the sources I analyzed at the bottom of this article.
18
+
There are various aspects when writing a library for rotary encoders and you can also find a lot of the sources I analyzed at the bottom of the article.
0 commit comments