Skip to content

Commit 166d873

Browse files
committed
PlatformIO Library Registry manifest file
* This library in Web Registry: http://platformio.org/#!/lib/show/132/Encoder * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
1 parent 9985bad commit 166d873

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

library.json

+16
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)