arnavk-09/two-test-points
This code constructs a 10mm by 10mm PCB with two test points connected by a trace.
- Version
- 0.0.2
- License
- unset
- Stars
- 0
index.tsx
PCB
Schematic
export default () => (
<board width="10mm" height="10mm">
</board>
)This code constructs a 10mm by 10mm PCB with two test points connected by a trace.
export default () => (
<board width="10mm" height="10mm">
</board>
)