ShiboSoftwareDev/msp-exp430fr2355
This code defines React components representing various surface-mount and through-hole electronic components—such as resonators, microcontrollers, crystals, connectors, and push buttons—with detailed physical footprints, 3D models, and pin configurations for PCB design.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/ShiboSoftwareDev.msp-exp430fr2355",
"version": "1.0.0",
"description": "Fabrication-ready tscircuit recreation of the TI MSP-EXP430FR2355 LaunchPad",
"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.18",
"tscircuit": "^0.0.2321",
"typescript": "^5.0.0"
},
"author": "ShiboSoftwareDev"
}