pigs executable
Executable script for performing GPIO-related commands against a GPIO server. Mimicks the pigs command of pigpio.
Arguments
The standard arguments from
gpiosvr.shell.GpioControlShell.addStandardArgs() are accepted.
For connecting to a specific GPIO server, the arguments --strategy and
possibly --socket are required. As an alternative to these arguments, the
environment variables GPIO_STRATEGY and GPIO_SOCKET_PATH can be used,
respectively. If neither these arguments nor environment variables are given,
the standard strategy of GpioControlShell is applied.
Required positional arguments are the pigs command(s) to execute, e.g.
w 27 1. See PigsScript for the supported commands.