Howto
Reference
Hardware
Software
Forum
Bugs
Wiki
Workshops
Gallery
Tutorials
FAQ
Buy
Integers are your primary datatype for number storage, and store a 2 byte value. This gives you a range of -32,768 to 32,767 (minimum value of -2^15 and a maximum value of 2^15 - 1).
int ledPin = 13;
int var = val;
Reference Home