D08
gpiod_direction_output(D08, 1);
gpiod_set_value(D08, !(byte & 0x80));
ret |= gpiod_get_value(D08) << 7;
gpiod_direction_input(D08);