Skip to content

Commit db9699f

Browse files
Merge pull request #1 from ivankravets/patch-1
PlatformIO Library Registry manifest file
2 parents 9985bad + 166d873 commit db9699f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

library.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "Encoder",
3+
"keywords": "encoder, signal, pulse",
4+
"description": "Encoder counts pulses from quadrature encoded signals, which are commonly available from rotary knobs, motor or shaft sensors and other position sensors",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/PaulStoffregen/Encoder.git"
9+
},
10+
"frameworks": "arduino",
11+
"platforms":
12+
[
13+
"atmelavr",
14+
"teensy"
15+
]
16+
}

0 commit comments

Comments
 (0)