tscircuit/blinking-led-circuit
A simple blinking led circuit
Usage: To import and use the blinking LED circuit package: 1. Import the circuit component: ```tsx import { MyCircuit } from "@tsci/tscircuit.blinking-led-circuit" ``` 2. Use the component in a React component: ```tsx export default () => ( <MyCircuit /> ) ``` The `MyCircuit` component represents a complete blinking LED circuit with batteries, resistors, capacitors, an NE555 timer, LED, and switch, which can be directly embedded in a tscircuit board layout.
- Version
- 0.0.1
- License
- unset
- Stars
- 0
index.ts
export * from "./lib/MyCircuit"