setEyelightOff(id)
Turn off the eye lamp
Parameter
#include "uKitExplore2.h"
void setup() {
Initialization();
setEyelightAllPetals(1,255,0,0);
delay(400);
setEyelightOff(1);
}
void loop() {
}Last updated