Question
How we could include header file that is not in the same folder as current file ?
I am studying "audio example" in "stm32f4cube mcu package".
In main.h file:
#include "stm32f411e_discovery.h"How is this posible ?. "stm32f411e_discovery.h" file and "main.h" file are not in the same folder.
