Replies: 1 comment 5 replies
-
I am pretty sure you can just write the name of the analog pin instead of the regular pin number. edit: sorry for the "Please close this issue". This is not an issue, my bad. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we all know, the analog pins can be used as digital pins. Why not create a constructor that allows a mix of pins (analog or digital) for both the digit pins and segment pins?
My use case: I have an Arduino Nano and a 3 digit 7 segment (37S) display. The 37S pins will fit nicely on top of the Nano, but some of the pins are on the Analog Pins. For instance I would like to use pins D7-D2 (6 pins) on the top and A2-A6 (5 pins) on the bottom of the Nano.
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions