diff options
author | shela <shelaf@users.noreply.github.com> | 2020-07-23 17:29:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 17:29:02 +0900 |
commit | a9cb3835ca12ab7dc42b4001b862c582a7a6364e (patch) | |
tree | 8309f25f94d19d56877180ec467335405c583057 | |
parent | e1f1e1582e4152c1df051bf3159f67a5d2dca596 (diff) |
Update Japanese translation of feature_encoders.md. (#9765)
-rw-r--r-- | docs/ja/feature_encoders.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/feature_encoders.md b/docs/ja/feature_encoders.md index 7f8922652d..66f7fd5dc3 100644 --- a/docs/ja/feature_encoders.md +++ b/docs/ja/feature_encoders.md @@ -2,7 +2,7 @@ <!--- original document: 0.8.123:docs/feature_encoders.md - git diff 0.8.123 HEAD -- docs/feature_encoders.md | cat + git diff 0.9.43 HEAD -- docs/feature_encoders.md | cat --> 以下を `rules.mk` に追加することで基本的なエンコーダがサポートされます: @@ -31,7 +31,7 @@ ENCODER_ENABLE = yes #define ENCODER_DIRECTION_FLIP ``` -さらに、解像度を同じファイルで指定することができます (デフォルトかつお勧めは4): +さらに、エンコーダが各戻り止め(デテント)間に登録するパルス数を定義する解像度は、次のように定義できます: ```c #define ENCODER_RESOLUTION 4 |