From 4124fc6a5e5ec921d8252eac547dd693446159e2 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Wed, 4 May 2016 10:56:19 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 library.json 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" + ] +}