uint16_t word_getValue(void) { uint16_t value; sscanf("ABCD", "%4x", (unsigned int *)&value); return value; } uint8_t word_getAddress(void) { uint8_t ...
確定! 回上一頁