======int() ====== ====Description ==== Converts a value to the [[arduino:data_types:int|int]] data type. ====Syntax ==== int(x) ====Parameters ==== x: a value of any type ====Returns ==== int ====See also ==== * [[arduino:data_types:int|int]] Source: arduino.cc