Learn a NEW FUNCTION!
void seekLight(){
// Configure light-seeking behavior
setHeadingThreshold(30);
setMotorSpeed(150);
enableLightTracking();
}
Learn how to program autonomous behaviors and keep your plants happy!

void seekLight(){
// Configure light-seeking behavior
setHeadingThreshold(30);
setMotorSpeed(150);
enableLightTracking();
}
Learn how to program autonomous behaviors and keep your plants happy!