This page is also available in 2 other languages
Change language 

byte

[Data Types]

Description

A byte stores an 8-bit unsigned number, from 0 to 255.

Syntax

byte var = val;

Parameters

var: variable name.
val: the value to assign to that variable.

See also