Skip to content

May want to update docs. #1

@MonsterTKE

Description

@MonsterTKE

I had to dig around in the .cpp file to figure out that a button is initialized via
"Button button = Button(3, BUTTON_PULLDOWN)"
rather than
"Button button = Button(3, PULLDOWN)"
as the documentation says.

I hate it when this happens, :( now I have to test every function in the library to make sure that it actually works as it should, due to not being able to trust the documentation.

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