From 8bb075a3c59d57ea6936faefd3855e667662d4e7 Mon Sep 17 00:00:00 2001 From: shrkey Date: Mon, 10 Oct 2016 22:26:56 +0100 Subject: [PATCH] remove test --- examples/Motor/Motor.cpp | 5 ----- 1 file changed, 5 deletions(-) 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();