Can anyone please explain what is this in plain English? (or rather: for programmers who don't understand hardware but think this is cool)
back
1 comments
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.