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