diff options
Diffstat (limited to 'docs/source/arduino/word.rst')
-rw-r--r-- | docs/source/arduino/word.rst | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/source/arduino/word.rst b/docs/source/arduino/word.rst deleted file mode 100644 index 39b3a0d..0000000 --- a/docs/source/arduino/word.rst +++ /dev/null @@ -1,29 +0,0 @@ -.. _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>`_\ () - |