mohan-bee/temperature-meter

The code defines a compact PCB assembly featuring a USB-C power input, an AMS1117 voltage regulator, a LM335 temperature sensor, an ATtiny85 microcontroller with ICSP and I2C headers, a pushbutton, and associated passive components like resistors and capacitors, all interconnected with traces and mounted on labeled footprints.

Version
1.0.3
License
unset
Stars
1

package.json

{
  "name": "@tsci/mohan-bee.simple",
  "version": "1.0.2",
  "description": "A tscircuit component package",
  "main": "index.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build --site && cp vendor/runframe-standalone.min.js dist/standalone.min.js",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/react": "^19.2.17",
    "tscircuit": "^0.0.2116",
    "typescript": "^5.0.0"
  },
  "overrides": {
    "@tscircuit/runframe": "github:tscircuit/runframe#62dd5f75d43148df0e79de51bce68a9b0ccc9f92"
  },
  "resolutions": {
    "@tscircuit/runframe": "github:tscircuit/runframe#62dd5f75d43148df0e79de51bce68a9b0ccc9f92"
  },
  "author": "mohan-bee"
}