Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Unable to set digital pins to INPUT_PULLUP #15

Open
henrygab opened this issue Jan 9, 2019 · 0 comments
Open

Unable to set digital pins to INPUT_PULLUP #15

henrygab opened this issue Jan 9, 2019 · 0 comments

Comments

@henrygab
Copy link

henrygab commented Jan 9, 2019

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant