From 8db2e2c5678430cda6730c5599567c53414c14f3 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 19 Jul 2021 08:45:20 +0100 Subject: [PATCH] Update encoders docs and samples. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bad160..7b0e180 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ connection details where possible. These devices produce digital signals from a shaft's rotary motion in such a way that the absolute angle may be deduced. Specifically they measure incremental change: it is up to the code to keep track of absolute position, a -task which has some pitfalls. [This doc](./encoders/ENCODER.md) discusses this +task which has some pitfalls. [This doc](./encoders/ENCODERS.md) discusses this and points to some solutions in MicroPython code. ## 4.8 Pseudo random number generators