📄️ <board />
The `` element is a root element that contains all the chips and traces
📄️ <chip />
The `` is the most common and most powerful built-in tscircuit element.
📄️ <resistor />
A `<resistor />` is an extremely common element of electronic designs. It limits the flow of electricity and is critial to making sure digital signals are properly "pulled up" or "pulled down" to set their default value as `1` or `0`
📄️ <capacitor />
A `<capacitor />` stores electrical energy in an electric field. Capacitors are commonly used for filtering, energy storage, and timing circuits. Unlike resistors, capacitors can be polarized (like electrolytic capacitors) or non-polarized (like ceramic capacitors).
📄️ <trace />
The `<trace />` element represents an electrical connection between two or more points in your circuit. Traces can connect components, nets, or specific pins on components.
📄️ <net />
The `<net />` element represents a bunch of traces that are all connected. You should use nets for representing power buses such as "V5", "V3_3" and "GND"
📄️ <crystal />
A crystal oscillator provides a stable clock signal essential for timing applications and microcontroller operations.
📄️ <diode />
Diodes are semiconductor devices that allow current to flow primarily in one direction, making them ideal for rectification, signal clipping, and protection against reverse voltage. They are essential in power supply circuits and for protecting sensitive components from voltage spikes.
📄️ <footprint />
Overview
📄️ <group />
A group is the basic container element that can contain other elements.
📄️ <hole />
Overview
📄️ <led />
Light emitting diodes are diodes that emit light when current passes through them. They are commonly used as indicators on a circuit board such as a "power on indicator" or "data transfer in progress indicator
📄️ <mosfet />
A MOSFET or "metal-oxide-semiconductor field-effect transistor" is a type of transistor that is used to control the flow of current through a circuit.
📄️ <pinheader />
The `<pinheader />` element is used to create a male or female pin header with configurable spacing and number of pins.
📄️ <potentiometer />
A potentiometer is a three-terminal resistor with a sliding or rotating contact that forms an adjustable voltage divider. You can also attach two terminals to create a variable resistor.
📄️ <pushbutton />
Pushbuttons a common type of switch normally open momentary switch. They are commonly used as a reset or pairing button.
📄️ <resonator />
Overview
📄️ <subcircuit />
A `<subcircuit />` is a powerful organizational element in tscircuit that represents a collection of elements that are tightly coupled. Subcircuits are often used for a small functional block, such as a voltage regulator.
📄️ <switch />
A switch is a mechanical device that can be used to connect or disconnect a circuit.
📄️ <transistor />
A transistor is a three-terminal semiconductor device that can amplify or switch electronic signals. It is a fundamental component in many electronic circuits, including amplifiers, oscillators, and digital logic gates.
📄️ <via />
A via is a plated hole that connects different layers of a PCB. Vias are commonly used to route traces between layers and for thermal management.