Updated hardware section of README.

This commit is contained in:
2020-08-13 22:30:10 +02:00
committed by KevinMidboe
parent 013cdb4ae8
commit 7587419a04

View File

@@ -14,8 +14,7 @@ From here search for `Adafruit SSD1306`, this should prompt to also download `Ad
## Hardware ## Hardware
- OLED screen: Displays the current number of repetitions. - OLED screen: Displays the current number of repetitions.
- Potentiometer: Setting value to display. - Rotary encoder: Count steps in both directions and has a button used to change modes.
- Button: Change from repetition view mode to a menu view using `digitalPinToInterrupt`.
## Software ## 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. - 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.