.. _arduino-word: 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 -------- - `byte `_ - `word `_\ ()