Lets say you have a Timer Interrupt that reads a temp sensor value from the ADC.
And stores this value in a character array.
The main function displays that character array to the OLED.
What storage class and scope should the temp sensor variable be declared as?
What storage class and scope should the character array variable be declared as?