Question
How to include main.c in the Screen1View.cpp?
Hello :)
I'm trying to include main.c into Screen1View.cpp but I do not have any idea how to do it.
I need to use array of 64 elements from main file into Screen1View file (the array is called current_temp).
Does anyone have any idea how to do it? If so, how the include path should look like?
