diff --git a/README.md b/README.md index d954b8a..3cf3a9a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ or see it in action at my modified [reflow oven controller] ### Encoder The library supports **acceleration**, so when the encoder is rotated faster, the encoders value will increment faster. -Acceleration can be enabled or disabled at runtine using `setAccelerationEnabled(bool)`. +Acceleration can be enabled or disabled at runtime using `setAccelerationEnabled(bool)`. For instance, it makes sense to disable acceleration when entering a configuration menu that will be navigated using the encoder. @@ -47,4 +47,3 @@ prior including `ClickEncoder.h`, and ignore the third parameter `BTN` of the co [Branch arduino]:https://github.com/0xPIT/encoder/tree/arduino [ClickEncoderTest]:https://github.com/0xPIT/encoder/blob/arduino/examples/ClickEncoderTest/ClickEncoderTest.ino [reflow oven controller]:https://github.com/0xPIT/reflowOvenController -