Skip to content

Commit 5b25c66

Browse files
add library.json and bump patch level
1 parent e8f057a commit 5b25c66

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

library.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "BasicEncoder",
3+
"version": "1.0.5",
4+
"description": "BasicEncoder counts pulses from simple rotary encoder control knobs",
5+
"keywords": "encoder, rotary encoder, quadrature",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/micromouseonline/BasicEncoder.git"
10+
},
11+
"authors":
12+
[
13+
{
14+
"name": "Peter Harrison",
15+
"url": "http://micromouseonline.com",
16+
"maintainer": true
17+
}
18+
],
19+
"license": "Apache-2.0",
20+
"frameworks": ["arduino"],
21+
"platforms": ["atmelavr"]
22+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=BasicEncoder
2-
version=1.0.4
2+
version=1.0.5
33
author=Peter Harrison
44
maintainer=Peter Harrison
55
sentence=BasicEncoder counts pulses from simple rotary encoder control knobs

0 commit comments

Comments
 (0)