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

dist/index.d.ts

PCBPCB preview for dist/index.d.ts
SchematicSchematic preview for dist/index.d.ts
/**
 * Updated board description that fixes the power‑/ground‑/data‑line issues
 * highlighted in the design review:
 *   • Single common GND net
 *   • Sensor powered from Pico 3V3_OUT (and VDDIO tied as well)
 *   • Series 330 Ω resistor on the LED data line
 *   • Bulk and local decoupling capacitors for the LED string
 */
declare const _default: () => any;

export { _default as default };