tscircuit/sparkfun-boards

This code defines a detailed PCB schematic and physical footprint layout for various embedded hardware modules, mapping electrical pins, mechanical mounting holes, and silk-screen annotations for manufacturing and assembly.

Version
0.0.32
License
unset
Stars
3

boards/SparkFun-Mini-Linear-3D-Hall-Effect-Sensor/mosfet-footprint.tsx

export const mosfetFootprint = (
  <footprint name="sot23_3">
    <smtpad
      portHints={["pin1"]}
      pcbX="-0.95mm"
      pcbY="-1mm"
      width="0.8mm"
      height="0.9mm"
      shape="rect"
    />
    <smtpad
      portHints={["pin2"]}
      pcbX="0.95mm"
      pcbY="-1mm"
      width="0.8mm"
      height="0.9mm"
      shape="rect"
    />
    <smtpad
      portHints={["pin3"]}
      pcbX="0mm"
      pcbY="1.1mm"
      width="0.8mm"
      height="0.9mm"
      shape="rect"
    />
  </footprint>
)