From 2acbebcacadae292c26cc66a1901a24e7a22190a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 23 Dec 2008 15:05:41 -0700 Subject: [PATCH] freshen dimensions to better match parts --- pkg/newlib/SOIJ8.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/newlib/SOIJ8.py b/pkg/newlib/SOIJ8.py index 7913c52..30e06b0 100755 --- a/pkg/newlib/SOIJ8.py +++ b/pkg/newlib/SOIJ8.py @@ -4,11 +4,12 @@ # Program to emit PCB footprint for SOIJ8 package used by 24FC1025 # -# dimensions in mm from DS00049AR.pdf Microchip packaging datasheet +# dimensions in mm from 22064B.pdf datasheet for Microchip 25LC1024 + PinWidth = 0.65 -PinHeight = 1.35 +PinHeight = 1.5 PinSpacing = 1.27 -RowSpacing = 6.6 +RowSpacing = 6.8 import sys -- 2.47.2