How we could include header file that is not in the same folder as current file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-28 1:37 AM
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.
- Labels:
-
STM32Cube MCU Packages
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-28 2:02 AM
How is it possible that in the 21st century there are still so many illiterates, who can't even express themselves?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-28 4:25 AM
I'm feel so sorry.
In the "main.h" file, how we can include "stm32f411e_Discovery.h"
The file is in Drivers/BSP/STM32F411E-Discovery folder, not the same folder as "main.h". It is in example project folder.
In addition, why aren't header files in the same folder with source files ?
