Skip to content

Commit aec622a

Browse files
committed
Change LED for video latency measurement to red
1 parent d7527ef commit aec622a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

tutorials/hobgoblin-closeloop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Lastly, we will use this sequence to toggle the digital output and initialize th
5050
### Exercise 2: Measuring video acquisition latency
5151

5252
![Hobgoblin LED](../images/hobgoblin-acquisition-led.svg){width=400px}
53-
- Connect a LED module to digital output channel `GP15` on the `Hobgoblin`.
53+
- Connect a red LED module to digital output channel `GP15` on the `Hobgoblin`.
5454

5555
:::workflow
5656
![Hobgoblin Closed-Loop Latency Video](../workflows/hobgoblin-closeloop-latency-video.bonsai)
@@ -102,7 +102,7 @@ In neuroscience, pulse trains are commonly used to deliver precisely timed seque
102102
![Hobgoblin Pulse Train](../workflows/hobgoblin-closeloop-pulsetrain.bonsai)
103103
:::
104104

105-
- Connect a red LED module to digital output channel `GP15` on the `Hobgoblin`.
105+
- Connect a LED module to digital output channel `GP15` on the `Hobgoblin`.
106106
- Insert a [`KeyDown`] operator and set the `Filter` property to the key `A`.
107107
- Insert a [`Parse`] operator and select [`StartPulseTrainPayload`] from the `Register` property dropdown menu. Set the `DigitalOutput` property to `GP15`.
108108
- Set the `PulseCount` property to `0`, `PulsePeriod` to `50000` and `PulseWidth` to `5000`. These parameters correspond to a continuous 20 Hz pulse train with 5 ms pulses.

workflows/hobgoblin-closeloop-latency-video.bonsai

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<WorkflowBuilder Version="2.8.5"
2+
<WorkflowBuilder Version="2.9.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns:vid="clr-namespace:Bonsai.Video;assembly=Bonsai.Video"
55
xmlns:cv="clr-namespace:Bonsai.Vision;assembly=Bonsai.Vision"
@@ -30,7 +30,7 @@
3030
<Combinator xsi:type="dsp:Sum" />
3131
</Expression>
3232
<Expression xsi:type="MemberSelector">
33-
<Selector>Val0</Selector>
33+
<Selector>Val2</Selector>
3434
</Expression>
3535
<Expression xsi:type="GreaterThan">
3636
<Operand xsi:type="DoubleProperty">

workflows/hobgoblin-closeloop-latency-video.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)