Programming Reference/Librarys
Question & Answer
Q&A is closed
Converts a value to the float data type.
float(x)
x: a value of any type
float
See the reference for float for details about the precision and limitations of floating point numbers on Arduino.
* float Source: arduino.cc