Skip to content

ButtonLed -- work on all processors #1

@dpharris

Description

@dpharris

I am not sure ButtonLed will work on all processors because it uses:
pinMode(pin, INPUT); // .. change the pin to input..
digitalWrite(pin, HIGH); // .. and activate pull up
and not all processor activate pull-up this way.

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