Skip to content
Snippets Groups Projects
Commit f4f69fc5 authored by jsiegle's avatar jsiegle
Browse files

Merge branch 'master' of https://github.com/open-ephys/GUI

parents 15ea10e2 eb6d723d
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,13 @@ zeroMQwrapper('Send',handle ,'NewDesign Go_Left_Right');
zeroMQwrapper('Send',handle ,'AddCondition Name GoRight TrialTypes 1 2 3');
zeroMQwrapper('Send',handle ,'AddCondition Name GoLeft TrialTypes 4 5 6');
tic;while toc < 2; end;
tic; while toc < 2; end;
for k = 1:10
% indicate trial type number #2 has started
zeroMQwrapper('Send',handle ,'TrialStart 2');
tic; while toc < 0.2; end;
%disp('Trial start')
disp('Trial start')
% indicate that trial has ended with outcome "1"
zeroMQwrapper('Send',handle ,'TrialEnd 1');
tic; while toc < 1; end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment