You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.
For a digital pin, the UI only allows to toggle between "INPUT" and "OUTPUT".
For pins which support the pullup resistor, the UI needs to enable a three-way choice:
INPUT
OUTPUT
INPUT_PULLUP
Better yet, just list the pins, each with a distinct drop-down for the types of use they have.
The INPUT_PULLUP option is necessary to allow validation of functionality on boards that rely on the internal pullup resistors (e.g., many common designs that use push button / momentary switches).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For a digital pin, the UI only allows to toggle between "INPUT" and "OUTPUT".
For pins which support the pullup resistor, the UI needs to enable a three-way choice:
Better yet, just list the pins, each with a distinct drop-down for the types of use they have.
The INPUT_PULLUP option is necessary to allow validation of functionality on boards that rely on the internal pullup resistors (e.g., many common designs that use push button / momentary switches).
The text was updated successfully, but these errors were encountered: