File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Its only parameter is the handle function as `void (*)()` that would be used to
69
69
This functions reads the encoder and runs all Handle functions accordingly. It returns a ` bool ` with true whenever any handle function is called.
70
70
71
71
#### ** ` 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.
73
73
74
74
#### ** ` Versatile_RotaryEncoder.setReadIntervalDuration( uint8_t duration ) ` **
75
75
By default every 1 ms the encoder is readed, you can set a diffrent value with this function.
You can’t perform that action at this time.
0 commit comments