diff --git a/examples/Motor/Motor.cpp b/examples/Motor/Motor.cpp index 7e41c6f..9e8b41b 100644 --- a/examples/Motor/Motor.cpp +++ b/examples/Motor/Motor.cpp @@ -34,11 +34,6 @@ int main() DW_Motor *dw5 = dw.getMotor(5); DW_Motor *dw6 = dw.getMotor(6); - dw1->off(); - dw1->setMotorSpeed( 200 ); - usleep(1000000); - dw1->off(); - dw1->off(); dw2->off(); dw3->off();