Skip to content

Commit c2d5fee

Browse files
authored
Update docs/source/components/nodes/script.rst
1 parent f2429a7 commit c2d5fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/components/nodes/script.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In the script node you can interface with GPIOs of the VPU using module GPIO. Cu
120120
GPIO.PullDownUp: GPIO.PULL_NONE, GPIO.PULL_DOWN, GPIO.PULL_UP
121121
GPIO.Edge: GPIO.RISING, GPIO.FALLING, GPIO.LEVEL_HIGH, GPIO.LEVEL_LOW
122122
123-
Here's **an example** of toggling GPIO pin 40 inside Script node from the host (via :ref:`XLinkIn``). On `OAK-SoM-Pro <https://docs.luxonis.com/projects/hardware/en/latest/pages/BW2099.html>`__,
123+
Here's **an example** of toggling GPIO pin 40 inside Script node from the host (via :ref:`XLinkIn`). On `OAK-SoM-Pro <https://docs.luxonis.com/projects/hardware/en/latest/pages/BW2099.html>`__,
124124
GPIO 40 drives FSYNC signal for both 4-lane cameras, and we have used the code below for this exact reason.
125125

126126
.. code-bloc:: python

0 commit comments

Comments
 (0)