MrPicklePinosaur/tscircuit_demo

This circuit hardware provides a USB-to-multi-protocol (I2C/SPI/UART) bridge using an FT232H chip, powered via a 3.3V regulator, with USB-C input, ESD protection, status LEDs, a STEMMA QT connector, and various support components.

Usage: To use this component in a project: 1. Import the specific component: ```tsx import { AMS1117_3_3 } from "@tsci/MrPicklePinosaur.tscircuit_demo/imports/AMS1117_3_3" ``` 2. Use the component in a board layout: ```tsx <board> <AMS1117_3_3 name="U2" /> </board> ``` Key details: - The component has predefined pin labels: - pin1: GND - pin2: VOUT1 - pin3: VIN - pin4: VOUT2 - Supports common layout props - Has a specific SMT footprint - Includes JLCPCB supplier part number (C6186)

Version
1.0.0
License
unset
Stars
0

AGENTS.md

PCBPCB preview for AGENTS.md
SchematicSchematic preview for AGENTS.md

# Tool usage

Use the 'component_search' tool to find LCSC part numbers given a natrual language query. This is great for discovering parts. 

Once you have a part that you like, you can import it into the tscircuit project using the 'get_tscircuit_module' tool. This will return the raw tscircuit module code for the given part. You should then save it to the imports directory.

# Build

Run `tsci build` and verify there are no compile errors.