Skip to content

Change pin mode in work? #9

@vvzvlad

Description

@vvzvlad

How do I do this using DirectIO?

pinMode(ESP_RESET_PIN, OUTPUT);
digitalWrite(ESP_RESET_PIN, LOW);
delay(50);
digitalWrite(ESP_RESET_PIN, HIGH);
delay(50);
pinMode(ESP_RESET_PIN, INPUT);

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