-
Notifications
You must be signed in to change notification settings - Fork 56
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
Analog Pins should also be available as Digital Pins (assuming not input-only) #123
Comments
Also, I wonder if we should allow the Boot0 button as D0 to be used, it's an instantly available user button on esp32 boards. Good for a simple test (outbound), other simple tests require hardware / code or are mostly inbound (Neopixel) |
I had forgotten the pins are labelled A0-5 on the silkscreen but have different digital pin numbers. |
Yeah, we should allow these to be used as D0 |
An extra thing on this issue is the feed names are created based on the backing pin names (not display names), and for analog pins that means take the GPIO pin number and prepend with A, but this adds massive confusion as a third pin alias.
|
I've got the MetroS2, and I believe (unchecked) that I should be able to pick the analog pins for my PIR sensor as well as digital pins.
We may need to duplicate the analog definitions in the digital section, or allow analog pin usage as digital pins in another way.
The text was updated successfully, but these errors were encountered: