unsigned int i2c(int x)
{
        if(x<0 || x>63) return -1;
        return Convert.ToInt32(str[x]);
}