diff --git a/library.json b/library.json new file mode 100644 index 0000000..0a0f653 --- /dev/null +++ b/library.json @@ -0,0 +1,16 @@ +{ + "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" + ] +}