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


