imrishabh18/C12084

Generated from JLCPCB part number C12084

Version
0.1.0
License
unset
Stars
0

dist/index.js

import { jsx, jsxs } from 'react/jsx-runtime';

const pinLabels = {
    pin1: ["D"],
    pin2: ["GND"],
    pin3: ["VCC"],
    pin4: ["R"],
    pin5: ["VREF"],
    pin6: ["CANL"],
    pin7: ["CANH"],
    pin8: ["RS"]
};
const SN65HVD230DR = (props) => {
    return (jsx("chip", { pinLabels: pinLabels, supplierPartNumbers: {
            "jlcpcb": [
                "C12084"
            ]
        }, manufacturerPartNumber: "SN65HVD230DR", footprint: jsxs("footprint", { children: [jsx("smtpad", { portHints: ["pin5"], pcbX: "1.905mm", pcbY: "2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("smtpad", { portHints: ["pin6"], pcbX: "0.635mm", pcbY: "2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("smtpad", { portHints: ["pin7"], pcbX: "-0.635mm", pcbY: "2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("smtpad", { portHints: ["pin8"], pcbX: "-1.905mm", pcbY: "2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("smtpad", { portHints: ["pin4"], pcbX: "1.905mm", pcbY: "-2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("smtpad", { portHints: ["pin3"], pcbX: "0.635mm", pcbY: "-2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("smtpad", { portHints: ["pin2"], pcbX: "-0.635mm", pcbY: "-2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("smtpad", { portHints: ["pin1"], pcbX: "-1.905mm", pcbY: "-2.569972mm", width: "0.58801mm", height: "2.0450048mm", shape: "rect" }), jsx("silkscreenpath", { route: [{ "x": -2.5262078000000656, "y": -1.5214091999999937 }, { "x": -2.5262078000000656, "y": 1.5214092000001074 }, { "x": 2.526207799999952, "y": 1.5214092000001074 }, { "x": 2.526207799999952, "y": -1.5214091999999937 }, { "x": -2.5262078000000656, "y": -1.5214091999999937 }] }), jsx("silkscreentext", { text: "{NAME}", pcbX: "-0.127mm", pcbY: "4.302mm", anchorAlignment: "center", fontSize: "1mm" }), jsx("courtyardoutline", { outline: [{ "x": -3.0439999999999827, "y": 3.552000000000021 }, { "x": 2.7899999999999636, "y": 3.552000000000021 }, { "x": 2.7899999999999636, "y": -3.80600000000004 }, { "x": -3.0439999999999827, "y": -3.80600000000004 }, { "x": -3.0439999999999827, "y": 3.552000000000021 }] })] }), cadModel: {
            objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C12084.obj?uuid=ec3b9f9b31a74655be3e55848dbee9c1",
            stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C12084.step?uuid=ec3b9f9b31a74655be3e55848dbee9c1",
            pcbRotationOffset: 0,
            modelOriginPosition: { x: -12700000070253736e-21, y: 0, z: 0 },
        }, ...props }));
};

export { SN65HVD230DR };