ShiboSoftwareDev/msp-exp430fr5994
This code defines and renders electronic components such as a 4MHz ceramic resonator and various microcontroller chips with their physical pin layouts footprints, 3D models, and associated metadata.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/ShiboSoftwareDev.msp-exp430fr5994",
"version": "1.0.0",
"description": "Fabrication-ready tscircuit recreation of the TI MSP-EXP430FR5994 LaunchPad",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics",
"msp430",
"launchpad",
"fram",
"boosterpack",
"supercapacitor",
"lea",
"microsd"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit",
"render": "bun run render-artifacts.ts"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2323",
"typescript": "^5.0.0"
},
"author": "ShiboSoftwareDev"
}