tscircuit/motor-controller

This code defines a compact hardware layout with multiple integrated components such as microcontrollers, power regulators, sensors, connectors, and passive elements, all arranged on a PCB for a versatile electronic device.

Version
1.0.14
License
unset
Stars
0

package.json

PCBPCB preview for package.json
SchematicSchematic preview for package.json
{
	"name": "@tsci/tscircuit.motor-controller",
	"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",
		"format": "biome format --write"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.11",
		"@types/react": "^19.2.14",
		"tscircuit": "^0.0.1720",
		"typescript": "^5.0.0"
	},
	"author": "imrishabh18"
}