mohan-bee/drone
This code defines the physical hardware layout and component placements for a drone's circuit board, including outlines, cutouts, and detailed PCB footprints for various electronic components like microcontrollers, sensors, connectors, and passive devices.
- Version
- 1.0.11
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/mohan-bee.drone",
"version": "1.0.0",
"description": "A tscircuit component package",
"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": {
"tscircuit": "^0.0.2205",
"typescript": "^5.0.0"
},
"author": "mohan-bee"
}