Doubt pinning Atmega328 [closed]

2

I'm using the Atmega328 in my project, and I was seeing the datasheet and I'm in doubt if the pins 22, 23, and 24 of the atmega328 works as Analog and Digital , I'm in doubt. Could someone help me?

Thank you

    
asked by anonymous 30.11.2015 / 22:05

1 answer

1

The analog pins of the Atmega328 range from 23 to 28. Pin 22 is GND.

Note that although the image mentions the Atmega168, the same is true for the Atmega328. See here: link

Analogpinscanbeusedasdigitalpins.SeethisanswerforArduinoUNO(whichusesanAtmega328): link

    
01.12.2015 / 01:16