Skip to content

Commit

Permalink
sending a pulse returns trigger signal to 0V again for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
SDAMcIntyre committed Dec 7, 2021
1 parent adab58b commit 8cad10f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Experiment-TouchCommCues - neural with LabChartSync.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
os.chdir(os.path.dirname(os.path.realpath(__file__)))

# -- GET INPUT FROM THE EXPERIMENTER --
exptInfo = {'01. Participant Code': 'ST07',
exptInfo = {'01. Participant Code': 'ST09',
'02. Unit Number': '0',
'03. Number of repeats': 30,
'04. Press to continue': False,
Expand Down Expand Up @@ -140,7 +140,8 @@
kinect.stop_recording()

# start to execute the arduino task
ac.stop_recording()
#ac.stop_recording()
ac.trigger.ser.write(ac.pulse)

# end of the experiment
fm.end(exptClock.getTime())
Expand Down

0 comments on commit 8cad10f

Please sign in to comment.