ShiboSoftwareDev/captivate-fr2676
This circuit implements an MSP430FR2676 microcontroller-based development module with integrated power regulation, user interface components, programming interfaces, and sensor/boosterpack headers for embedded system prototyping.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
PCB
{
"name": "@tsci/ShiboSoftwareDev.captivate-fr2676",
"version": "1.0.0",
"description": "Fabrication-ready tscircuit recreation of the TI CAPTIVATE-FR2676 MSP430 evaluation module",
"main": "index.circuit.tsx",
"keywords": ["tscircuit", "circuit", "pcb", "electronics", "msp430", "captivate", "boosterpack"],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"render": "bun render-artifacts.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2332",
"typescript": "^5.0.0"
},
"author": "ShiboSoftwareDev"
}