AnasSarkiz/am625sip-linux

An electronic component representing an AM625 system-in-package with mapped pins and physical footprint for PCB integration.

Version
1.0.3
License
unset
Stars
0

subcircuits/processor-breakouts.ts

export const processorBreakouts = [
  { ball: "A21", name: "SD_CMD", pcbX: 2, pcbY: 24, layer: "top" },
  { ball: "A22", name: "SD_D0", pcbX: 3, pcbY: 24, layer: "top" },
  { ball: "B21", name: "SD_D1", pcbX: 1, pcbY: 24, layer: "top" },
  { ball: "B22", name: "SD_CLK", pcbX: 4, pcbY: 24, layer: "top" },
  { ball: "C21", name: "SD_D2", pcbX: 0, pcbY: 24, layer: "top" },
  { ball: "D22", name: "SD_D3", pcbX: 5, pcbY: 24, layer: "top" },
] as const