Skip to content

Commit 8cf0ffa

Browse files
committed
Version 1.0.0
1 parent 775be1d commit 8cf0ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Create the folder "libraries" in case it does not exist yet. Place all the files
99
To use the library in your own sketch, select it from *Sketch > Import Library*.
1010

1111
## What is Versatile_RotaryEncoder
12-
The Versatile_RotaryEncoder library allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can bee associated with events like press rotate and long press among many others.
12+
The Versatile_RotaryEncoder library allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.
1313

1414
## Usage
1515
### **How to include**

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Versatile_RotaryEncoder
22
version=1.0.0
33
author=ruiseixasm, Rui Seixas Monteiro
44
maintainer=Rui Seixas Monteiro
5-
sentence=A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can bee associated with events like press rotate and long press among many others.
5+
sentence=A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.
66
paragraph=A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.
77
category=Device Control
88
url=https://github.com/ruiseixasm/Versatile_RotaryEncoder

0 commit comments

Comments
 (0)