seveibar/schematic-example01

This circuit diagram depicts a Raspberry Pi Pico (RP2040) microcontroller with multiple GPIO, power regulation, crystal oscillator, external flash memory, USB interface, and peripheral connections including LEDs, push buttons, connectors, and optional NeoPixel, integrated on a custom PCB.

Version
1.0.0
License
unset
Stars
0

package.json

{
  "name": "@tsci/seveibar.schematic-example01",
  "version": "1.0.0",
  "description": "A tscircuit component package",
  "main": "index.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "tscircuit": "^0.0.1705",
    "typescript": "^5.0.0"
  },
  "author": "seveibar"
}