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

Fix small bug in resetAllDeviceValues

parent 9296b29f
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ classdef EV3 < MaskedHandle ...@@ -262,7 +262,7 @@ classdef EV3 < MaskedHandle
function resetAllDeviceValues(ev3) function resetAllDeviceValues(ev3)
% Resets values of all sensors on all ports (including tacho counter on motors) % Resets values of all sensors on all ports (including tacho counter on motors)
ev3.handleCommand(@inputDeviceClrAll, false, 0); ev3.handleCommand(@inputDeviceClrAll, 0);
end end
%% Sound functions %% Sound functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment