Type Conversion from Int to Float in the Arduino Code ... That is how this works: float tempfloat; int tempint = 2495; tempfloat = (float) tempint ...
確定! 回上一頁