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