techmannih/usbc-charger
This code defines a detailed electronic hardware design for an 85-265VAC to USB-C PD 18W wall charger, including the schematic layout and physical component placements such as connectors, filtering inductors, capacitors, resistors, protection diodes, and an isolated power module, all integrated with 3D models and mechanical enclosures.
- Version
- 1.0.7
- License
- unset
- Stars
- 0
.agents/skills/tscircuit/elements/solderjumper.md
# `<solderjumper />`
Small pads that can be cut or bridged with solder for configuration options.
## Example
```tsx
export default () => (
<solderjumper name="SJ1" footprint="solderjumper2_bridged12" bridgedPins={[["1","2"]]} />
)
```
## Props
Commonly used: `bridgedPins`, `bridged`, `name`, `footprint`, `connections`
## References
- Props: [SolderJumperProps](https://github.com/tscircuit/props#solderjumperprops-solderjumper)
- Source: [lib/components/solderjumper.ts](https://github.com/tscircuit/props/blob/main/lib/components/solderjumper.ts)
- Local docs: [docs/docs/elements/solderjumper.mdx](../docs/docs/elements/solderjumper.mdx)