From 8a854568516890e9f6b88cc407e43b788f477684 Mon Sep 17 00:00:00 2001 From: Owen White Date: Fri, 17 May 2019 18:02:06 -0400 Subject: [PATCH] Update encoders.md --- docs/encoders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/encoders.md b/docs/encoders.md index dd2e9f47..8701fdb1 100644 --- a/docs/encoders.md +++ b/docs/encoders.md @@ -46,7 +46,7 @@ That's it, now on every reboot the motor will turn in one direction until it fin ### Startup sequence notes The following are variables that MUST be set up for your encoder configuration. Your values will vary depending on your encoder: -* `.encoder.config.cpr = 4000` +* `.encoder.config.cpr = 8192` * `.encoder.config.mode = ENCODER_MODE_INCREMENTAL` The following are examples of values that MAY impact the success of calibration. These are not all the varibles you have to set for startup. Only change these when you understand why they are needed; your values will vary depending on your setup: