Where can I get the dimensions of the Arduino Uno? I tried to measure it, but I don't trust my measurements. The holes are on corners and I am having difficulty getting everything perfect
I am designing something that I want to print on a 3D printer and it will have pins where I can just plug the Arduino into. I want to make sure I create the pins in the right places
You can also open the eagle files, output the data in Gerber format, and find the code that drills the holes. Compute the distance between the drill hole points. Or, just use the drill hole points in your design.