Skip to content

Commit f9f6ba3

Browse files
committed
doc/configuration: move sysfsgpio documentation
Move the SysfsGPIO documentation under the digital output section Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
1 parent be28ac1 commit f9f6ba3

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

doc/configuration.rst

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,22 @@ NetworkHIDRelay
523523
+++++++++++++++
524524
A :any:`NetworkHIDRelay` describes an `HIDRelay`_ exported over the network.
525525

526+
SysfsGPIO
527+
+++++++++
528+
529+
A :any:`SysfsGPIO` resource describes a GPIO line.
530+
531+
.. code-block:: yaml
532+
533+
SysfsGPIO:
534+
index: 12
535+
536+
Arguments:
537+
- index (int): index of the GPIO line
538+
539+
Used by:
540+
- `GpioDigitalOutputDriver`_
541+
526542
NetworkService
527543
~~~~~~~~~~~~~~
528544
A :any:`NetworkService` describes a remote SSH connection.
@@ -955,21 +971,6 @@ Arguments:
955971
Used by:
956972
- `USBVideoDriver`_
957973

958-
SysfsGPIO
959-
~~~~~~~~~
960-
A :any:`SysfsGPIO` resource describes a GPIO line.
961-
962-
.. code-block:: yaml
963-
964-
SysfsGPIO:
965-
index: 12
966-
967-
Arguments:
968-
- index (int): index of the GPIO line
969-
970-
Used by:
971-
- `GpioDigitalOutputDriver`_
972-
973974
NetworkUSBVideo
974975
~~~~~~~~~~~~~~~
975976
A :any:`NetworkUSBVideo` resource describes a `USBVideo`_ resource available

0 commit comments

Comments
 (0)