Arduino - Char
Reference Language | Libraries | Comparison | Changes char Description A data type that takes up 1 byte of memory that stores a character value. Character literals are written in single quotes, like this: 'A' (for multiple characters - strings - use doubl...