Commit ebd8c8ee by Hideaki Tai

verbose

parent 151fa067
......@@ -266,6 +266,10 @@ void setVelocity()
{
if (fps.isNextFrame()) whill.move(vel[0], vel[1], vel[2]);
}
else
{
Serial.println("Emergency Switch Pressed!! Motor Disabled...");
}
}
}
......
  • Markdown is supported
    0% or
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or sign in to comment