We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97fd7e5 + 4124fc6 commit 2ea30f4Copy full SHA for 2ea30f4
library.json
@@ -0,0 +1,17 @@
1
+{
2
+ "name": "ClickEncoder",
3
+ "keywords": "encoder, button, input",
4
+ "description": "Arduino library to handle rotary encoders with buttons as a user input device",
5
+ "repository":
6
+ {
7
+ "type": "git",
8
+ "url": "https://github.com/soligen2010/encoder.git"
9
+ },
10
+ "frameworks": "arduino",
11
+ "platforms": [
12
+ "atmelavr",
13
+ "atmelsam",
14
+ "teensy",
15
+ "espressif"
16
+ ]
17
+}
0 commit comments