|
|
|
|
|
by dmt
4833 days ago
|
|
OK> It's a light that you can program over USB using the Arduino IDE. There is already a library/api in development so you can say "light.rgbSend(0x8000,0,0,0xFFFF);" and it will create bright white with half-on red (notice the 16-bit color resolution--not just 0-255). The microphone input will have software frequency binning so you can--say-- trigger green whenever you hear a bass drum in the music. |
|