ShiboSoftwareDev/lp-msp430fr2476
This design implements a microcontroller-based development board featuring an MSP430FR2476 target MCU with associated power regulation, USB host interface with ESD protection, multiple headers for peripherals and BoosterPacks, and integrated status LEDs and sensors.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
PCB
{
"name": "@tsci/ShiboSoftwareDev.lp-msp430fr2476",
"version": "1.0.0",
"description": "Fabrication-ready tscircuit recreation of the TI LP-MSP430FR2476 LaunchPad",
"main": "index.circuit.tsx",
"keywords": ["tscircuit", "circuit", "pcb", "electronics", "msp430", "launchpad"],
"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.2332",
"typescript": "^5.0.0"
},
"author": "ShiboSoftwareDev"
}