Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

INPUT_PULLUP is inconstant to the readme #7

@smwoodward

Description

@smwoodward

In the readme, it appears that only if you put the 3rd variable in the Debounce Button(2,80,true) that it appears that the pull_down is default, where the default is true.

It might be best to change Debounce.h from
25 Debounce(byte button, unsigned long delay = 50, boolean pullup = true);

to
25 Debounce(byte button, unsigned long delay = 50, boolean pullup = false);

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