Mita
every 1 second {
var light = light.intensity.read();
println(`Light: ${light}`);
}Configurations
setup light {
manual_mode = true;
continuous_mode = true;
high_brightness = true;
integration_time = MS_800;
}Last updated