setInterval(function() {
      angle += increment;
      bot.servo.angle(angle);
      console.log("Current Angle: " + (bot.servo.currentAngle()));