ShiboSoftwareDev/mspm0g3507-usb-c-dev-board

This circuit features a USB Type-C connector with integrated resistors and passives, a USB ESD protection device, a CH340 USB-to-serial interface chip, a 3.3V regulator (AP2112K), multiple decoupling and bulk capacitors, and a Microcontroller (MSPM0G3507) with associated I2C and SPI connections, providing USB communication, power regulation, and RGB LED control.

Version
1.4.1
License
unset
Stars
0

imports/A_1206W4F0000T5E.tsx

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

export const A_1206W4F0000T5E = (props: Omit<ResistorProps, "resistance">) => {
  const { name = "R1", ...restProps } = props

  return (
    <resistor
      name={name}
      resistance="0ohm"
      supplierPartNumbers={{
  "jlcpcb": [
    "C17888"
  ]
}}
      manufacturerPartNumber="1206W4F0000T5E"
      footprint={<footprint>
        <smtpad portHints={["pin2"]} pcbX="1.478788mm" pcbY="0mm" width="1.207516mm" height="1.7010126mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="-1.478788mm" pcbY="0mm" width="1.207516mm" height="1.7010126mm" shape="rect" />
<silkscreenpath route={[{"x":0.9512045999999827,"y":-1.0790935999999647},{"x":2.311120599999981,"y":-1.0790935999999647},{"x":2.311120599999981,"y":1.0790936000000784},{"x":0.9512045999999827,"y":1.0790936000000784}]} />
<silkscreenpath route={[{"x":-0.9512046000000964,"y":-1.0790935999999647},{"x":-2.311120600000095,"y":-1.0790935999999647},{"x":-2.311120600000095,"y":1.0790936000000784},{"x":-0.9512046000000964,"y":1.0790936000000784}]} />
<silkscreentext text="{NAME}" pcbX="0mm" pcbY="2.0668mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.5614000000000487,"y":1.3167999999999438},{"x":2.561399999999935,"y":1.3167999999999438},{"x":2.561399999999935,"y":-1.3421999999999343},{"x":-2.5614000000000487,"y":-1.3421999999999343},{"x":-2.5614000000000487,"y":1.3167999999999438}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C17888.obj?uuid=da5f078ee43c429f91838a456f48f0a8",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C17888.step?uuid=da5f078ee43c429f91838a456f48f0a8",
        pcbRotationOffset: 0,
        modelOriginPosition: { x: 0, y: 0, z: 0 },
      }}
      {...restProps}
    />
  )
}