0hmX/mq135-air-quality-sensor-module
This code defines a detailed PCB and schematic design for a Winsen MQ-135 air quality sensor module featuring the sensor itself, a comparator IC, voltage regulators, LEDs, resistors, a potentiometer, pin headers, and associated physical component footprints.
- Version
- 1.0.1
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/0hmX.mq135-air-quality-sensor-module",
"version": "1.0.1",
"description": "FC-22 MQ-135 air-quality sensor breakout with custom sensor and header 3D models",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"mq135",
"air-quality",
"gas-sensor",
"fc-22",
"sensor-module"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"models:generate": "bun scripts/generate-models.mjs",
"render:3d": "bun scripts/render-3d-views.mjs",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2353",
"typescript": "^5.0.0"
}
}