Skip to content
Snippets Groups Projects
Commit eb79f263 authored by Tim Stadtmann's avatar Tim Stadtmann
Browse files

Small fixes in Brick-reset functions

parent 93084372
Branches
Tags
No related merge requests found
......@@ -1186,7 +1186,7 @@ classdef Motor < MaskedHandle & dynamicprops
motor.resetTachoCount();
motor.internalReset();
motor.setBrake(0);
motor.stop();
%motor.stop();
end
end
end
......@@ -364,6 +364,7 @@ classdef Sensor < MaskedHandle
end
sensor.mode = DeviceMode(sensor.type, uint8(0));
sensor.reset;
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment