Word

From Microduino Wiki
Revision as of 07:40, 18 August 2016 by Fengfeng (talk) (Created page with "word<br> *'''Description'''<br> It is a character to store a 16-byte unsigned number, and the data range is from 0 to 65535, same with unsigned int.<br> *'''Example'''<br> <p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

word

  • Description

It is a character to store a 16-byte unsigned number, and the data range is from 0 to 65535, same with unsigned int.

  • Example
    word w = 10000; 

[Return to Arduino Syntax Manual]