Skip to content

Commit

Permalink
add library.json and bump patch level
Browse files Browse the repository at this point in the history
  • Loading branch information
micromouseonline committed Aug 22, 2021
1 parent e8f057a commit 5b25c66
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b25c66

Please sign in to comment.