From f4ce675f566c060769db87757c075387329be1ac Mon Sep 17 00:00:00 2001 From: Dominique Clijsters Date: Fri, 21 Apr 2017 15:29:48 +0200 Subject: [PATCH] Fix typo in README It meant runtine not runtime --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -