updates to picoblade footprints, initial capture of new Maxim LIPO charger
[hw/bdale] / pkg / newlib / jst / PH-Series.py
1 #!/bin/sh
2
3 for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15
4 do
5         # side entry surface mount
6         FILE="S"$i"B-PH-SM4"
7         ./PH-smt-ra.py $i > $FILE.fp
8
9         # top entry through hole
10         FILE="B"$i"B-PH"
11         ./PH-th-v.py $i > $FILE.fp
12
13         # side entry through hole
14         FILE="S"$i"B-PH"
15         ./PH-th-ra.py $i > $FILE.fp
16 done