Hello,
I have a problem with .h files.
When I put in my main.c the #include "tft.h" I can't use any functions from tft.cpp because I have this Error when I try to call a function : undefined reference to `initQueue'.
But if in my tft.h I put #include tft.cpp I don't have any problem... (while in tft.cpp I put #include "tft.h")
I don't know how to makes that work correctely without the #include tft.cpp in the file tft.h