unsigned char

Description

An unsigned data type that occupies 1 byte of memory. Same as the byte data type.

The unsigned char data type encodes numbers from 0 to 255.

For consistency of Arduino programming style, the byte data type is to be preferred.

Syntax

unsigned char var = val;

Parameter Values

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

Example Code

unsigned char myChar = 240;

See Also

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.

※ OUR MESSAGES