SimpleRotary icon indicating copy to clipboard operation
SimpleRotary copied to clipboard

Fix: Correct comment for push() and add setSwitchDebounceDelay(int)

Open ivanao92 opened this issue 1 year ago • 0 comments

The comment for push() function was mistakenly copied from the rotate() function, leading to inaccurate documentation. Updated the comment to accurately describe the behavior of push().

Additionally, added the setSwitchDebounceDelay(int) function to allow customizing the debounce time for the switch, while maintaining compatibility with existing projects.

ivanao92 avatar Jan 07 '25 03:01 ivanao92