ShiboSoftwareDev/t113-s3-linux-computer-p9
The code defines a PCB subcircuit for a buck converter module featuring a TMI3112H IC, FTC252010S power switch, and associated passive components like capacitors and resistors for voltage regulation and feedback control.
- Version
- 0.1.4
- License
- unset
- Stars
- 0
stages/debug-t113.circuit.tsx
PCB
Schematic
import { T113_S3 } from "../imports/T113_S3"
export default () => <board width="30mm" height="30mm" layers={2} schematicDisabled>
<T113_S3 name="U_SOC" pcbX={0} pcbY={0} />
<trace from="U_SOC.PG6" to="net.TEST" />
</board>