remove test

This commit is contained in:
shrkey
2016-10-10 22:26:56 +01:00
parent ef3b6ab944
commit 8bb075a3c5

View File

@@ -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();