gpiohandle_config.default_values

if the GPIOHANDLE_REQUEST_OUTPUT is set in flags, this specifies the default output value, should be 0 (low) or 1 (high), anything else than 0 or 1 will be interpreted as 1 (high)

struct gpiohandle_config
ubyte[GPIOHANDLES_MAX] default_values;

Meta