'Ui' was not declared in this scope

Thanks.
uint8_t U = 0; changed into: uint8_t U[3] = {0}; works.