The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
47 views

Can I specify that analog pins be used for digital output?

http://arduino.cc/en/Reference/pinMode notes that The analog input pins can be used as digital pins, referred to as A0, A1, etc. Is it possible to configure these pins as digital output pins as ...