Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 263 Bytes

ws2812-playground

ideas

Class exposes either inputs or outputs (or both?) We can wire inputs and outputs

Possible code:

read(phone.accelerometer.x)
write(strip.speed)
write(strip.brightness)
write(strip.red)
pipe(phone.accelerometer.x, strip.red)