unsigned char UART_byte; // The variable’s range of acceptable values is 0 to 255.
const float PI = 3.14159;
volatile unsigned char ADC_Register // The register can be modified by hardware, so we use the volatile qualifier to avoid optimizations that would cause the program to ignore hardware-generated events.