diff --git a/library.json b/library.json new file mode 100644 index 0000000..4d04d01 --- /dev/null +++ b/library.json @@ -0,0 +1,22 @@ +{ + "name": "BasicEncoder", + "version": "1.0.5", + "description": "BasicEncoder counts pulses from simple rotary encoder control knobs", + "keywords": "encoder, rotary encoder, quadrature", + "repository": + { + "type": "git", + "url": "https://github.com/micromouseonline/BasicEncoder.git" + }, + "authors": + [ + { + "name": "Peter Harrison", + "url": "http://micromouseonline.com", + "maintainer": true + } + ], + "license": "Apache-2.0", + "frameworks": ["arduino"], + "platforms": ["atmelavr"] + } \ No newline at end of file diff --git a/library.properties b/library.properties index 753e842..118796f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=BasicEncoder -version=1.0.4 +version=1.0.5 author=Peter Harrison maintainer=Peter Harrison sentence=BasicEncoder counts pulses from simple rotary encoder control knobs