setEyelightSceneUntil(id,scene,times)
Set the eye lamp to the different scene mode (blocking).
Parameter
Example
#include "uKitExplore2.h"
void setup() {
Initialization();
setEyelightSceneUntil(1,0,5);
}
void loop() {
}Last updated