@tscircuit/common
v0.0.29
Published
These are community-contributed "common" boards or components distributed with [tscircuit](https://github.com/tscircuit/tscircuit)
Readme
@tscircuit/common
These are community-contributed "common" boards or components distributed with tscircuit
import { ArduinoShield } from "tscircuit/common"
return (
<ArduinoShield connections={{ GND1: "net.GND" }}>
{/* ... */}
</ArduinoShield>
)