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

Investigate supporting digital functions on analogue Arduino pins #542

Open
tpoomlmly opened this issue Feb 11, 2020 · 1 comment
Open
Labels
communication requested Extra attention is needed enhancement New feature or request research This issue is being investigated. semver-minor This change requires an increment in the minor version number
Milestone

Comments

@tpoomlmly
Copy link
Member

Arduino Uno boards do support digital functions on the analogue pins, but toggling them while using analogRead() or setting them HIGH/INPUT_PULLUP before reading causes erroneous readings. We could look into supporting this, which will require adding safeguards against improper usage.

@tpoomlmly tpoomlmly added enhancement New feature or request communication requested Extra attention is needed research This issue is being investigated. labels Feb 11, 2020
@trickeydan
Copy link
Contributor

I'd be against preventing improper usage, but there should definitely be a warning in the documentation about it.

@trickeydan trickeydan added the semver-minor This change requires an increment in the minor version number label May 29, 2020
@trickeydan trickeydan added this to the Post 1.0.0 milestone Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
communication requested Extra attention is needed enhancement New feature or request research This issue is being investigated. semver-minor This change requires an increment in the minor version number
Projects
None yet
Development

No branches or pull requests

2 participants