From 84f14991eb8e01af9e53b1f85774d8f27d5c9c65 Mon Sep 17 00:00:00 2001 From: Matthias Hertel Date: Sun, 26 Mar 2017 18:48:30 +0200 Subject: [PATCH] Version 1.1.0 --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index ec55607..ca3678b 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=RotaryEncoder -version=1.0.0 +version=1.1.0 author=Matthias Hertel maintainer=Matthias Hertel, http://www.mathertel.de sentence=Use a rotary encoder with quadrature pulses as an input device. -paragraph=This is a library that decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts. +paragraph=This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts. category=Signal Input/Output url=http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx architectures=* \ No newline at end of file