imrishabh18/rp2040-motor-controller

This circuit module provides a microcontroller-based NEMA17 stepper motor driver with integrated USB-C Power Delivery, temperature sensing, and safety interlocks.

Version
1.0.16
License
unset
Stars
0

package.json

{
  "name": "@tsci/imrishabh18.rp2040-motor-controller",
  "version": "1.0.16",
  "description": "NEMA 17 rear-mounted RP2040 motor controller with hardware temperature shutdown",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "test": "bun test",
    "check:shorts": "tsci check shorts dist/index/circuit.json --mode gerber --layer all",
    "typecheck": "tsc --noEmit",
    "validate:build": "bun scripts/validate-build.ts",
    "test:built": "CIRCUIT_JSON_PATH=dist/index/circuit.json bun test",
    "render:schematic": "bun scripts/render-schematic.tsx",
    "check": "tsci check dist/index/circuit.json",
    "verify": "bun run typecheck && bun run build && bun run validate:build && bun run test:built && bun run check:built && bun run test:firmware",
    "check:built": "bun scripts/check-built.ts",
    "test:firmware": "python3 -m unittest discover -s firmware -p 'test_*.py' -v"
  },
  "devDependencies": {
    "@tscircuit/checks": "0.0.183",
    "@types/bun": "^1.3.14",
    "@types/react": "^19.3.0",
    "bun-match-svg": "0.0.15",
    "circuit-json": "0.0.485",
    "circuit-to-svg": "0.0.413",
    "tscircuit": "0.0.2463",
    "typescript": "^5.0.0",
    "@tscircuit/capacity-autorouter": "0.0.899"
  },
  "dependencies": {
    "@tscircuit/common": "0.0.48",
    "@tscircuit/core": "0.0.1844",
    "@tscircuit/footprinter": "^0.0.426",
    "iobuffer": "^6.0.1"
  },
  "overrides": {
    "@tscircuit/core": "0.0.1844",
    "@tscircuit/cli": "0.1.2021",
    "circuit-json": "0.0.485",
    "circuit-to-svg": "0.0.413",
    "@tscircuit/capacity-autorouter": "0.0.899"
  },
  "patchedDependencies": {
    "@tscircuit/common@0.0.48": "patches/@tscircuit%2Fcommon@0.0.48.patch"
  }
}