From 8e958f0b357c365b11c3f0b2c156a70bcc154849 Mon Sep 17 00:00:00 2001 From: luni64 Date: Mon, 28 Sep 2020 16:38:35 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5cc130..889ba36 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,12 @@ EncoderTool is a library to manage and read out rotary encoders with Teensy ARM ## Key features * Supports directly connected and multiplexed encoders -* Supports all common types of encoders, i.e., **full** (no detents, 4 counts per period), **quad** (1 detent per period) and **half** (two detents per period) and some variants of those -* A callback mechanism allows for easy event based menu systems. -* Callbacks use std::function and can call non static member functions. +* Supports all common types of encoders, i.e., **full** (no detents, 4 counts per period), **half** (two detents and two counts per period) and **quarter** (1 detent and one count per period) and some variants of those. +* A callback mechanism allows for easy event based menu systems. Callbacks use std::function and can call non static member functions. * Fully bounce free without additional hardware * Provides hard and cyclic count limits * Currently 74165 and 4067 based multiplexers are supported but the class structure allows for easy extension to any other multiplexer. * Schematics and Eagle files for multiplexed encoders available in the Extras folder -## -> [Documentation](https://github.com/luni64/EncoderTool/wiki) +### -> [Documentation](https://github.com/luni64/EncoderTool/wiki)