summaryrefslogtreecommitdiffhomepage
path: root/digital/asserv
diff options
context:
space:
mode:
Diffstat (limited to 'digital/asserv')
-rw-r--r--digital/asserv/doc/asserv.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/asserv/doc/asserv.txt b/digital/asserv/doc/asserv.txt
index fdf9ad5f..5fc5cb3a 100644
--- a/digital/asserv/doc/asserv.txt
+++ b/digital/asserv/doc/asserv.txt
@@ -119,7 +119,7 @@ Decoding, less resolution without losing steps
In the D flip-flop solution, the problem is that the increment is done on a
different edge from the decrement. This solution address this problem.
-When A is low, count up if B goes from 1 to 0, and count down if B goes from 1
+When A is low, count up if B goes from 1 to 0, and count down if B goes from 0
to 1. Do nothing if A is high.
This solution give more accuracy than the single D flip-flop (i.e. does not