Word
From Microduino Wiki
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;
word
It is a character to store a 16-byte unsigned number, and the data range is from 0 to 65535, same with unsigned int.
word w = 10000;