seveibar/led-water-accelerometer
This is an LED matrix with an accelerometer and a PICO. When you tilt the PCB, the LEDs dim and change color to simulate water flowing.
- Version
- 1.0.18
- License
- unset
- Stars
- 7
package.json
PCB
Schematic
{
"name": "@tsci/seveibar.led-water-accelerometer",
"version": "1.0.18",
"description": "A TSCircuit project",
"main": "index.tsx",
"keywords": [
"tscircuit",
"electronics"
],
"scripts": {
"start": "tsci dev",
"dev": "tsci dev",
"build": "tsci build"
},
"devDependencies": {
"tscircuit": "^0.0.1658"
},
"dependencies": {
"@tsci/seveibar.PICO": "^0.1.0",
"@tsci/seveibar.WS2812B_2020": "^0.0.1"
},
"peerDependencies": {
"typescript": "^5"
}
}