byte
Description
A byte stores an 8-bit unsigned number, from 0 to 255.
Syntax
byte var = val;
Parameter Values
- var: variable name.
- val: the value to assign to that variable.
Example
byte b = B10010; // "B" is the binary formatter (B10010 = 18 in decimal)
See Also
- Language : array
- Language : bool
- Language : boolean
- Language : char
- Language : double
- Language : float
- Language : int
- Language : long
- Language : short
- Language : size_t
- Language : string
- Language : String()
- Language : unsigned char
- Language : unsigned int
- Language : unsigned long
- Language : void
- Language : word
- Language : byte()
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.