ShiboSoftwareDev/lp-msp430fr2476

This design implements a microcontroller-based development board featuring an MSP430FR2476 target MCU with associated power regulation, USB host interface with ESD protection, multiple headers for peripherals and BoosterPacks, and integrated status LEDs and sensors.

Version
1.0.0
License
unset
Stars
0

imports/TS342A2P_WZ.tsx

import type { PushButtonProps } from "@tscircuit/props"

const pinLabels = {
  pin1: ["pin1"],
  pin2: ["pin2"]
} as const

export const TS342A2P_WZ = (props: PushButtonProps<typeof pinLabels>) => {
  return (
    <pushbutton
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C557591"
  ]
}}
      manufacturerPartNumber="TS342A2P_WZ"
      footprint={<footprint>
        <smtpad portHints={["pin1"]} pcbX="-2.035048mm" pcbY="0mm" width="1.5299944mm" height="1.3599922mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="2.035048mm" pcbY="0mm" width="1.5299944mm" height="1.3599922mm" shape="rect" />
<silkscreenpath route={[{"x":2.0761959999999817,"y":1.5761970000000929},{"x":-2.0761960000000954,"y":1.5761970000000929}]} />
<silkscreenpath route={[{"x":2.0761959999999817,"y":-1.5761969999999792},{"x":2.0761959999999817,"y":-0.8832087999999203}]} />
<silkscreenpath route={[{"x":2.0761959999999817,"y":1.5761970000000929},{"x":2.0761959999999817,"y":0.8832087999999203}]} />
<silkscreenpath route={[{"x":-2.0761960000000954,"y":1.5761970000000929},{"x":-2.0761960000000954,"y":0.8832087999999203}]} />
<silkscreenpath route={[{"x":2.0761959999999817,"y":-1.5761969999999792},{"x":-2.0761960000000954,"y":-1.5761969999999792}]} />
<silkscreenpath route={[{"x":-2.0761960000000954,"y":-1.5761969999999792},{"x":-2.0761960000000954,"y":-0.8832087999999203}]} />
<silkscreenpath route={[{"x":0.8133080000000064,"y":0},{"x":0.7855952019274355,"y":-0.21049959993422362},{"x":0.7043453891010358,"y":-0.4066540000000032},{"x":0.5750956019933255,"y":-0.5750956019932119},{"x":0.4066540000000032,"y":-0.7043453891010358},{"x":0.21049959993410994,"y":-0.7855952019275492},{"x":0,"y":-0.8133080000000064},{"x":-0.21049959993422362,"y":-0.7855952019275492},{"x":-0.4066540000000032,"y":-0.7043453891010358},{"x":-0.5750956019934392,"y":-0.5750956019932119},{"x":-0.7043453891011495,"y":-0.4066540000000032},{"x":-0.7855952019276629,"y":-0.21049959993422362},{"x":-0.81330800000012,"y":0},{"x":-0.7855952019276629,"y":0.2104995999343373},{"x":-0.7043453891011495,"y":0.40665400000011687},{"x":-0.5750956019934392,"y":0.5750956019933255},{"x":-0.4066540000000032,"y":0.7043453891011495},{"x":-0.21049959993422362,"y":0.7855952019275492},{"x":0,"y":0.81330800000012},{"x":0.21049959993410994,"y":0.7855952019275492},{"x":0.4066540000000032,"y":0.7043453891011495},{"x":0.5750956019933255,"y":0.5750956019933255},{"x":0.7043453891010358,"y":0.40665400000011687},{"x":0.7855952019274355,"y":0.2104995999343373},{"x":0.8133080000000064,"y":0}]} />
<silkscreentext text="{NAME}" pcbX="0mm" pcbY="2.5748mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-3.0439999999999827,"y":1.8248000000000957},{"x":3.043999999999869,"y":1.8248000000000957},{"x":3.043999999999869,"y":-1.8248000000000957},{"x":-3.0439999999999827,"y":-1.8248000000000957},{"x":-3.0439999999999827,"y":1.8248000000000957}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C557591.obj?uuid=01b89f2829364ee897a7f8e9b91bc152",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C557591.step?uuid=01b89f2829364ee897a7f8e9b91bc152",
        pcbRotationOffset: 0,
        modelOriginPosition: { x: 0, y: -0.000012700000070253736, z: -1.51 },
      }}
      {...props}
    />
  )
}