turbo_weather/make-fp.py
Stephan I. Böttcher 45a055527e gsch2pcb
2025-12-21 18:10:25 +01:00

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)