Skip to content

Commit 21b7f7c

Browse files
committed
1.2.1
1 parent 0352e57 commit 21b7f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Its only parameter is the handle function as `void (*)()` that would be used to
6969
This functions reads the encoder and runs all Handle functions accordingly. It returns a `bool` with true whenever any handle function is called.
7070

7171
#### **`Versatile_RotaryEncoder.setInvertedSwitch( bool invert_switch )`**
72-
By default the switch is triggered from vcc to ground (HIGH to LOW), using this function you can invert this behaviour from LOW to HIGH.
72+
By default the switch is triggered from vcc to ground (HIGH to LOW), using this function you can invert this behavior from LOW to HIGH.
7373

7474
#### **`Versatile_RotaryEncoder.setReadIntervalDuration( uint8_t duration )`**
7575
By default every 1 ms the encoder is readed, you can set a diffrent value with this function.

0 commit comments

Comments
 (0)