diff --git a/README.md b/README.md index 30dbc66..82f107d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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. @@ -46,4 +46,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 -