Arduino forum,
Relatively new to Arduino and I'm confused about the pin labeling on a nano.
There are package pin numbers 1-30 but if I want to define a pin for some digital purpose, lets say D7 I #define xxx 7. But there is also another pin 7 on the analog side. How do I distinguish one from the other?