10 lines
190 B
Python
Executable file
10 lines
190 B
Python
Executable file
#! /usr/bin/python3
|
|
|
|
from fp import *
|
|
|
|
make(SIL, (3,4))
|
|
make(SOIC, (8, 14))
|
|
make(HEADER, (2, 10,))
|
|
make(SOT, (3,5))
|
|
make(SOD, ("C0603", "P1206"))
|
|
part(SUBD, n=9, sex="PINS", mounting=None)
|