imrishabh18/boost-converter
This code defines a PCB schematic and 3D model layout focusing on a power conversion circuit with components like USB-C connector, MT3608 step-up regulator, inductor, diode, input/output capacitors, and resistors arranged on a double-layer PCB.
- Version
- 1.0.2
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/imrishabh18.boost-converter",
"version": "1.0.2",
"description": "MT3608 5V-to-12V boost converter copied from the provided EasyEDA Gerbers",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"boost-converter",
"mt3608",
"pcb"
],
"scripts": {
"dev": "tsci dev",
"start": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.14",
"tscircuit": "^0.0.1771",
"typescript": "^5.0.0"
},
"author": "imrishabh18"
}