Arduino - Getting the ASCII code of character or string ... i < sizeof(string) - 1; i++){ itoa((int)string[i],buffPtr,10); //convert the ...
確定! 回上一頁