Word

From Microduino Wiki
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]