// unsigned char declaration unsigned char status = 0x00; // printing out the value printf("status = (0x%02X)\n\r", (status |= 0xC0));. I am expecting a 2 digit ...
確定! 回上一頁