Skip to content

Commit

Permalink
Add pause statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed Aug 8, 2024
1 parent 6b12d52 commit 691d119
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
fprintf('Running trial %i out of %i...\n',condition_index,no_of_trials);
if ~bd.isArmed
bd.triggers_remaining = 1;
pause(0.1);
bd.arm;
end
% trigger has been executed, move to the next condition
Expand Down

0 comments on commit 691d119

Please sign in to comment.