Skip to content

Commit 2ea30f4

Browse files
committed
Merge pull request #1 from valeros/patch-2
@platformio Library Registry manifest file
2 parents 97fd7e5 + 4124fc6 commit 2ea30f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

library.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)