Here is the pseudo code we've drafted for our study party lamp:
/*
if(voice commands ugh || shit || uff) {
neopixel on (what are the animations of the pixels_link to URL);
music on (what kind of music and where does it come from);
wait for music to stop (while music is playing, delay voice search)
neopixel off (just shut off)
}
*/
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
No comments:
Post a Comment