Thus, one byte can represent a decimal number between 0(00) and 255. ... int myVal = 3450; const int myBase = 3400; byte payload[] = { myVal - myBase };.
確定! 回上一頁