aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/word.rst
blob: 39b3a0dc0228d9e4ce32963b59b48f317184d12c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. _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 <http://arduino.cc/en/Reference/Byte>`_
-  `word <http://arduino.cc/en/Reference/WordCast>`_\ ()