uint8_t Type (Scalar)

stdint.h

typedef unsigned char uint8_t;

An 8-bit type unsigned fixed-width type specified by C99.

This type can be used when exactly 8 bits of unsigned data storage are wanted.