| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
tscircuit code turns into real electronics that you can preview and order
import { USBC } from "@tsci/seveibar.smd-usb-c"
export default () => {
return (
<board>
<USBC
connections={{
GND: "net.GND",
VBUS: "net.VBUS"
}}
/>
<led
name="LED"
color="red"
footprint="0603"
/>
<button pin2=".R1 > .pos" pin3="net.VBUS" />
<resistor name="R1" footprint="0603" resistance="1k" />
<trace from=".R1 > .neg" to=".LED .pos" />
<trace from=".LED .neg" to="net.GND" />
</board>
)
}Winding-aware PCB breakout-point placement solver for tscircuit
A server that takes encoded tscircuit code and renders it into an SVG suitable for use in docs
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |