Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digitalio: enable PULL_DOWN mode #45

Merged
merged 3 commits into from
Jan 8, 2020
Merged

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    8f92035 View commit details
    Browse the repository at this point in the history
  2. seesaw: Clear pull-ups when setting mode to INPUT

    .. pull-ups are enabled with INPUT_PULLUP, INPUT_PULLDOWN
    and would otherwise never be disabled
    jepler committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    20fb91a View commit details
    Browse the repository at this point in the history
  3. digitalio: Initialize direction to INPUT

    None is an invalid direction
    jepler committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    08c0f79 View commit details
    Browse the repository at this point in the history