gokul/acoustic-guitar-tuner
This code defines the physical pin configuration and footprint layouts for the ATtiny1616 microcontroller and a matching tactile switch component, including their key hardware connection points, dimensions, and 3D models.
- Version
- 1.0.10
- License
- unset
- Stars
- 1
package.json
{
"name": "@tsci/gokul.acoustic-guitar-tuner",
"version": "1.0.10",
"description": "Miniature acoustic tuner prototype with microphone, CR2032 and female UPDI header; hardware validation pending",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics",
"acoustic-guitar",
"tuner",
"attiny1616",
"audio"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit",
"check:release": "bun scripts/check-release.mjs"
},
"devDependencies": {
"@tscircuit/capacity-autorouter": "0.0.899",
"@types/react": "^19.3.0",
"tscircuit": "0.0.2509",
"typescript": "^5.0.0"
},
"author": "gokul"
}