Skip to content

Missing click #25

@ghost

Description

Using Arduino ProMicro some clicks from the push button were not detected. This solved the problem in the example :
...
ClickEncoder::Button b = encoder->getButton();
delayMicroseconds(5); // added small delay to avoid missing click
if (b != ClickEncoder::Open) {
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions