Abse2001/OR-Gate-Chip

A single-channel 2-input OR logic gate IC in a SOT-235 surface mount package, based on the SN74AHC1G32DBVR Texas Instruments part number.

Usage: To import and use the OR Gate Chip in a project: 1. Import the component: ```tsx import { orChip } from "@tsci/Abse2001.OR-Gate-Chip" ``` 2. Use the component in a circuit: ```tsx <board> <orChip name="U1" /> </board> ``` Pins available: - pin1: Y (output) - pin2: Vcc (power) - pin3: GND (ground) - pin4: B (input) - pin5: A (input) You can also connect traces using the `sel` selector: ```tsx <trace from={sel.U1.A} to={...} /> <trace from={sel.U1.B} to={...} /> <trace from={sel.U1.Y} to={...} /> ```

Version
0.0.1
License
unset
Stars
1

dist/pcb.svg

PCBPCB preview for dist/pcb.svg
SchematicSchematic preview for dist/pcb.svg
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600"><style></style><rect class="boundary" x="0" y="0" fill="#000" width="800" height="600"/><rect class="pcb-boundary" fill="none" stroke="#fff" stroke-width="0.3" x="111.53846153846155" y="11.538461538461547" width="576.9230769230769" height="576.9230769230769"/><path class="pcb-board" d="M 111.53846153846155 588.4615384615385 L 688.4615384615385 588.4615384615385 L 688.4615384615385 11.538461538461547 L 111.53846153846155 11.538461538461547 Z" fill="none" stroke="rgba(255, 255, 255, 0.5)" stroke-width="1.153846153846154"/><g transform="translate(400, 300) rotate(0) scale(1, -1)"><rect class="pcb-component" x="-20.76923076923077" y="-14.999999999999998" width="41.53846153846154" height="29.999999999999996"/><rect class="pcb-component-outline" x="-20.76923076923077" y="-14.999999999999998" width="41.53846153846154" height="29.999999999999996"/></g><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="409.2307692307692" y="306.9230769230769" width="11.538461538461538" height="8.076923076923077"/><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="409.2307692307692" y="285" width="11.538461538461538" height="8.076923076923077"/><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="379.2307692307692" y="306.9230769230769" width="11.538461538461538" height="8.076923076923077"/><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="379.2307692307692" y="295.96153846153845" width="11.538461538461538" height="8.076923076923077"/><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="379.2307692307692" y="285" width="11.538461538461538" height="8.076923076923077"/><path class="pcb-silkscreen pcb-silkscreen-top" d="M 389.03846153846155 282.33727810650885 L 410.96153846153845 282.33727810650885" fill="none" stroke="#f2eda1" stroke-width="0.576923076923077" data-pcb-component-id="pcb_component_0" data-pcb-silkscreen-path-id="pcb_silkscreen_path_0"/><path class="pcb-silkscreen pcb-silkscreen-top" d="M 389.03846153846155 317.66272189349115 L 410.96153846153845 317.66272189349115" fill="none" stroke="#f2eda1" stroke-width="0.576923076923077" data-pcb-component-id="pcb_component_0" data-pcb-silkscreen-path-id="pcb_silkscreen_path_1"/><path class="pcb-silkscreen pcb-silkscreen-top" d="M 376.9230769230769 289.03846153846155 L 368.84615384615387 287.3076923076923 L 368.84615384615387 290.7692307692308 L 376.9230769230769 289.03846153846155 Z" fill="none" stroke="#f2eda1" stroke-width="0.576923076923077" data-pcb-component-id="pcb_component_0" data-pcb-silkscreen-path-id="pcb_silkscreen_path_2"/></svg>