======word ====== ====Description ==== A word stores a 16-bit unsigned number, from 0 to 65535. Same as an unsigned int. ====Example ==== [=word w = 10000; =] ====See also ==== * [[arduino:data types:Byte]] * [[arduino:data types:Word | WordCast]] Source: arduino.cc