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