Byte
From Microduino Wiki
Byte
- Description
One byte store 8 bits of unsigned numbers, from 0 to 255.
- Example
byte b = B10010; // "B" is binary(B10010 is equal to decimal 18)
Byte
One byte store 8 bits of unsigned numbers, from 0 to 255.
byte b = B10010; // "B" is binary(B10010 is equal to decimal 18)