EasyManua.ls Logo

Bosch XDK110 - Page 22

Bosch XDK110
25 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Workbench First Steps Guide XDK110
!
Page !22
XDK110 BCDS
© Bosch Connected Devices and Solutions GmbH reserves all rights even in the event of industrial property rights. We reserve all rights of disposal such as
copying and passing on to third parties. BOSCH and the symbol are registered trademarks of Robert Bosch GmbH, Germany.
Note: Specifications within this document are subject to change without notice.
Workbench by refreshing the project. The following Screenshot shows how to create both an implementation
file and a header file.
Picture 22: Creating a new Interface
!
Note: Both files need to have the correct ending tag, for example the implementation file .c
Picture 23: Creating h.- and c. file
! !
The header file only has to be included in the .c implementation file. Therefore the implementation file has to
be additionally added to the makefile of the project. The following screenshot shows where in the makefile
the include has to be done. Both works similar for new files or for imported files.