GPIOCLI
- Date:
June 2026
NAME
gpiocli - reconfigure
DESCRIPTION
Usage:
gpiocli reconfigure [OPTION?] <request> [value1] [value2]…
Change the line configuration for an existing request.
Help Options:
- -h, –help
Show help options
Application Options:
- –input
Set direction to input.
- –output
Set direction to output.
- –rising-edge
Monitor rising edges.
- –falling-edge
Monitor falling edges.
- –both-edges
Monitor rising and falling edges.
- –push-pull
Drive the line in push-pull mode.
- –open-drain
Drive the line in open-drain mode.
- –open-source
Drive the line in open-source mode.
- –pull-up
Enable internal pull-up bias.
- –pull-down
Enable internal pull-down bias.
- –bias-disabled
Disable internal pull-up/down bias.
- –active-low
Treat the lines as active low.
- –debounce-period=<period in miliseconds>
Enable debouncing and set the period
- –clock-monotonic
Use monotonic clock for edge event timestamps
- –clock-realtime
Use realtime clock for edge event timestamps
- –clock-hte
Use HTE clock (if available) for edge event timestamps
D-Bus API version: 1
REPORTING BUGS
Report bugs to: Bartosz Golaszewski <brgl@kernel.org> linux-gpio <linux-gpio@vger.kernel.org>