UnaClocker:
Physical pin 7, Arduino pin #2, Analog #1 works.
Physical pin 2, Arduino pin #3, Analog #3 works.
Physical pin 3, Arduino pin #4, Analog #2 is the one that returns extremely low values every time.
So are those coded, respectively, as:
analogRead(1);
analogRead(3);
analogRead(2);
Shame about the reset pin, I'll never use it if it means it'll be the last time I program the chip.
Yep, ditto. There is the high voltage programming option but not a lot of folks are equipped for it. I bricked an ATmega328P the other day when I typed in the wrong fuse with AVRDUDE and disabled the reset pin
It's in the bottom drawer in case I get bored some time, I may fiddle with the HV programming.