Language | Libraries | Comparison

byte

Description

Bytes store an 8-bit number, from 0 to 255.

Example

    byte b = B10010;  // "B" is the binary formatter (18 decimal) 

See also

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.