D07
gpiod_direction_output(D07, 1);
gpiod_set_value(D07, !(byte & 0x40));
ret |= gpiod_get_value(D07) << 6;
gpiod_direction_input(D07);