This commit is contained in:
shrkey
2016-10-10 22:06:32 +01:00
parent 35f3423400
commit a33420d165

View File

@@ -29,10 +29,10 @@ int main()
DW_Motor *dw1 = dw.getMotor(1);
dw1.off();
dw1.setMotorSpeed( 200 );
dw1->off();
dw1->setMotorSpeed( 200 );
usleep(1000000);
dw1.off();
dw1->off();
// dw.setMotorOff(1);
// dw.setMotorOff(2);