浏览代码

docs typo (#4584)

Ben 6 年之前
父节点
当前提交
16302be5ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/feature_encoders.md

+ 1 - 1
docs/feature_encoders.md

@@ -13,7 +13,7 @@ and this to your `config.h`:
 Each PAD_A/B variable defines an array so multiple encoders can be defined, e.g.:
 Each PAD_A/B variable defines an array so multiple encoders can be defined, e.g.:
 
 
     #define ENCODERS_PAD_A { encoder1a, encoder2a }
     #define ENCODERS_PAD_A { encoder1a, encoder2a }
-    #define ENCODERS_PAD_B { encoder1a, encoder2b }
+    #define ENCODERS_PAD_B { encoder1b, encoder2b }
 
 
 If your encoder's clockwise directions are incorrect, you can swap the A & B pad definitions.
 If your encoder's clockwise directions are incorrect, you can swap the A & B pad definitions.