ShiboSoftwareDev/pico-w

This code defines a detailed PCB footprint and symbolic representation of a Raspberry Pi Pico W microcontroller, illustrating its physical pins, electrical connections, and silkscreen layout.

Usage: To use the Pico W component in a tscircuit project: 1. Import the component: ```tsx import { PICO_W } from "@tsci/ShiboSoftwareDev.pico-w" ``` 2. Use the component in a board with pin references: ```tsx <board> <PICO_W name="PicoW1" schX={0} schY={0} /> </board> ``` The component provides 46 pins with multiple function hints, such as GP0_SPI0RX_I2C0SDA_UART0TX on pin1. You can reference these pins using `sel.PicoW1.pin1`, etc.

Version
0.0.1
License
unset
Stars
0

Files in (root)/dist