gokul/acoustic-guitar-tuner

This code defines a miniature circuit board featuring a microcontroller (ATTINY1616-MNR), audio and power components, tactile switch, various LEDs, and passive components arranged with specific footprints, connections, and mechanical markings for a mini acoustic guitar tuner.

Version
1.0.8
License
unset
Stars
2

package.json

{
  "name": "@tsci/gokul.acoustic-guitar-tuner",
  "version": "1.0.8",
  "description": "Manufacturing-ready miniature guitar-shaped acoustic guitar tuner with onboard microphone and CR2032 power",
  "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"
  },
  "devDependencies": {
    "@types/react": "^19.3.0",
    "tscircuit": "0.0.2509",
    "typescript": "^5.0.0"
  },
  "author": "gokul"
}