17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"name": "Encoder",
|
|
"keywords": "encoder, signal, pulse",
|
|
"description": "Encoder counts pulses from quadrature encoded signals, which are commonly available from rotary knobs, motor or shaft sensors and other position sensors",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/PaulStoffregen/Encoder.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms":
|
|
[
|
|
"atmelavr",
|
|
"teensy"
|
|
]
|
|
}
|