Files
2024-07-20 22:09:06 +08:00

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"
]
}