X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=tinyboard.git;a=blobdiff_plain;f=SO8NM.fp;fp=SO8NM.fp;h=30dfee623736b0d9d5f4a84f8451642f6520fdc2;hp=0000000000000000000000000000000000000000;hb=13d0189682f5b1c75485ff160cfb63ff2dc8bd81;hpb=f26f0a400d3c77fb7640fd3ef4f6e53e631e17b4 diff --git a/SO8NM.fp b/SO8NM.fp new file mode 100644 index 0000000..30dfee6 --- /dev/null +++ b/SO8NM.fp @@ -0,0 +1,49 @@ + # number of pads + # pad width in 1/1000 mil + # pad length in 1/1000 mil + # pad pitch 1/1000 mil + # seperation between pads on opposite sides 1/1000 mil + # X coordinates for the right hand column of pads (1/100 mils) + # pad clearance to plane layer in 1/100 mil + # pad soldermask width in 1/100 mil + # silk screen width (1/100 mils) + # figure out if we have an even or odd number of pins per side + # silk bounding box is -XMAX,-YMAX, XMAX,YMAX (1/100 mils) +# element_flags, description, pcb-name, value, mark_x, mark_y, +# text_x, text_y, text_direction, text_scale, text_flags +Element[0x00000000 "Small outline package, narrow or medium (150 or 200mil)" "" "SO8NM" 0 0 -2000 -6000 0 100 0x00000000] +( +# +# Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags] + Pad[ -16000 -7500 + -7000 -7500 + 2000 1000 3000 "1" "1" 0x00000100] + Pad[ -16000 -2500 + -7000 -2500 + 2000 1000 3000 "2" "2" 0x00000100] + Pad[ -16000 2500 + -7000 2500 + 2000 1000 3000 "3" "3" 0x00000100] + Pad[ -16000 7500 + -7000 7500 + 2000 1000 3000 "4" "4" 0x00000100] + Pad[ 16000 7500 + 7000 7500 + 2000 1000 3000 "5" "5" 0x00000100] + Pad[ 16000 2500 + 7000 2500 + 2000 1000 3000 "6" "6" 0x00000100] + Pad[ 16000 -2500 + 7000 -2500 + 2000 1000 3000 "7" "7" 0x00000100] + Pad[ 16000 -7500 + 7000 -7500 + 2000 1000 3000 "8" "8" 0x00000100] + ElementLine[-18000 -9500 -18000 9500 1000] + ElementLine[-18000 9500 18000 9500 1000] + ElementLine[ 18000 9500 18000 -9500 1000] + ElementLine[-18000 -9500 -2500 -9500 1000] + ElementLine[ 18000 -9500 2500 -9500 1000] + # punt on the arc on small parts as it can cover the pads + ElementArc[0 -9500 2500 2500 0 180 1000] +)