Skip to content

Commit b33fdb3

Browse files
authored
Update docs/source/components/nodes/script.rst
1 parent 03851f9 commit b33fdb3

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
@@ -123,7 +123,7 @@ In the script node you can interface with GPIOs of the VPU using module GPIO. Cu
123123
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

126-
.. code-bloc:: python
126+
.. code-block:: python
127127
128128
import GPIO
129129
MX_PIN = 40

0 commit comments

Comments
 (0)