Skip to content

Commit 220a9d9

Browse files
bump the library version
1 parent ebb6a07 commit 220a9d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BasicEncoder",
3-
"version": "1.0.5",
4-
"description": "BasicEncoder counts pulses from simple rotary encoder control knobs",
3+
"version": "1.1.0",
4+
"description": "BasicEncoder counts pulses from one or more simple rotary encoder control knobs.",
55
"keywords": "encoder, rotary encoder, quadrature",
66
"repository":
77
{

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=BasicEncoder
2-
version=1.0.5
2+
version=1.1.0
33
author=Peter Harrison
44
maintainer=Peter Harrison
5-
sentence=BasicEncoder counts pulses from simple rotary encoder control knobs
5+
sentence=BasicEncoder counts pulses from one or more simple rotary encoder control knobs.
66
paragraph=Could also be used for low freuency odometry encoders but not suited to motor encoders.
77
category=Signal Input/Output
88
url=https://github.com/micromouseonline/BasicEncoder

0 commit comments

Comments
 (0)