有符号数,转成Int 无符号数

int addr = bytes[0] & 0xFF

int addr = (uint8_t)bytes[0];

相关文章: