mkeller0815 / MEEPROMMER

EEPROM / EPROM programmer based on Arduino hardware
http://www.ichbinzustaendig.de/dev/meeprommer-en
MIT License
66 stars 45 forks source link

Prototype_schema.jpg Error? #9

Closed creoguy closed 6 years ago

creoguy commented 6 years ago

The pin labels for the Arduino Nano appear to be incorrect for A0-A7. On the schematic, it shows A0 as pin 11 and A7 as pin 4. Pin 4 should be A0 and Pin 11 should be A7 with A1-A6 swapped in-between as well.

mkeller0815 commented 6 years ago

You are right. I never used or checked the pin numbers on this part. It's from a library I imported to the layout tool. It seems that the order of A0 to A7 was reversed. I fixed it in the picture (by just adjusting the pin numbers). It's a quickhack, but should do the job. Thanks for taking care, Mario.