Learn a NEW FUNCTION!
void strafe(){
yawServo.write(150); // start spinning around
fireAll(); // fire all darts mid-spin
yawServo.write(yawStopSpeed); // stop spinning
}
Go behind the scenes on the design of the IR TURRET, and learn how to write your first custom function!
