From 7587419a040091cf818b35f604bed902c7712874 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 13 Aug 2020 22:30:10 +0200 Subject: [PATCH] Updated hardware section of README. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ffa5a9..bdac207 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ From here search for `Adafruit SSD1306`, this should prompt to also download `Ad ## Hardware - OLED screen: Displays the current number of repetitions. -- Potentiometer: Setting value to display. -- Button: Change from repetition view mode to a menu view using `digitalPinToInterrupt`. +- Rotary encoder: Count steps in both directions and has a button used to change modes. ## Software - Timeout: Any pot input has 1 second of timeout since last value change. After timeout runs out the value locks and a value of ± 2 must be read to enable inputs and reset the cooldown.