STDBY_GPIO_PIN
static int gpios[] = { LED_GPIO_PIN , STDBY_GPIO_PIN , RST_GPIO_PIN,
gpio_direction_output(STDBY_GPIO_PIN, 0);
gpio_set_value(STDBY_GPIO_PIN, state);