diff --git a/library.json b/library.json new file mode 100644 index 0000000..af03521 --- /dev/null +++ b/library.json @@ -0,0 +1,17 @@ +{ + "name": "ClickEncoder", + "keywords": "encoder, button, input", + "description": "Arduino library to handle rotary encoders with buttons as a user input device", + "repository": + { + "type": "git", + "url": "https://github.com/soligen2010/encoder.git" + }, + "frameworks": "arduino", + "platforms": [ + "atmelavr", + "atmelsam", + "teensy", + "espressif" + ] +}