Abse2001/OR-Gate-Tutorial
A USB-C powered circuit with two push buttons controlling four red LEDs and an OR gate to combine button signals.
Usage: To import and use the OR Gate component: ```tsx import { useOrGate } from "@tsci/Abse2001.OR-Gate-Chip" // In your component: const OR = useOrGate("OR") // Then use in a board, referencing its pins <board> <OR schY={-1} schX={-3} /> {/* Connect to specific pins */} <trace from={OR.pin2} to="net.VBUS1" /> <trace from={OR.pin4} to={someOtherComponent.pin} /> </board> ``` Key points: - Import from "@tsci/Abse2001.OR-Gate-Chip" - Use `useOrGate()` to create an instance - Passes name as argument - Can position with `schX/schY` - Pins can be referenced like `OR.pin2`, `OR.pin4`, etc.
- Version
- 0.0.1
- License
- unset
- Stars
- 0
dist/schematic.png
PCB
Schematic
A text preview is not available for this file.