//using an int and a base (hexadecimal): stringOne = String(45, HEX); //prints "2d", which is the hexadecimal version of decimal 45: Serial.println(stringOne);.
確定! 回上一頁