Changes

Jump to navigation Jump to search
27 bytes added ,  09:45, 1 May 2014
no edit summary
Line 16: Line 16:     
== Presentation ==
 
== Presentation ==
 
+
<nowiki>
 
'''-TemplateINFO.pcl'''
 
'''-TemplateINFO.pcl'''
   Line 28: Line 28:  
wait_interval(2); ''#2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate''
 
wait_interval(2); ''#2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate''
   −
Oport.send_code(0); ''#Back to 0; now ready to send a new code''
+
Oport.send_code(0); ''#Back to 0; now ready to send a new code''</nowiki>
    
== Python ==
 
== Python ==
Line 43: Line 43:  
bb.sendMarker(100)
 
bb.sendMarker(100)
 
core.wait(0.002)
 
core.wait(0.002)
bb.sendMarker(0)
+
bb.sendMarker(0)</nowiki>

Navigation menu