Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
be06af23
Commit
be06af23
authored
Nov 28, 2018
by
Jesse Heckman
Browse files
minor fixes
parent
7256ebd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/pb_vRunExp.m
View file @
be06af23
...
...
@@ -89,6 +89,7 @@ function pb_vRunExp(handles)
if
elapsedTime
<
dur
;
pause
(
dur
-
floor
(
elapsedTime
));
end
% wait untill chair is finished running before disabling.
pb_stopServo
(
vs
);
Dat
=
pb_readServo
(
vs
);
delete
(
vs
);
end
% stop recording
...
...
subtools/servo/pb_stopServo.m
View file @
be06af23
...
...
@@ -9,7 +9,6 @@ function pb_stopServo(vs)
vs
.
stop
;
vs
.
disable
;
delete
(
vs
);
end
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment