gpiohandle_request.default_values

if the GPIOHANDLE_REQUEST_OUTPUT is set for a requested line, 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_request
ubyte[GPIOHANDLES_MAX] default_values;
Suggestion Box / Bug Report