0% found this document useful (0 votes)
38 views1 page

Initializeservice H

This header file declares functions for initializing digital components. It includes type and configuration header files. The InitAllDigital function prototype is declared to initialize all digital components without defining the function itself. The header guards prevent multiple inclusions of the file.

Uploaded by

api-310813713
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Initializeservice H

This header file declares functions for initializing digital components. It includes type and configuration header files. The InitAllDigital function prototype is declared to initialize all digital components without defining the function itself. The header guards prevent multiple inclusions of the file.

Uploaded by

api-310813713
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

W:\_ME218bTeams\DoYouEvenStateMachine_Team17\ME218B\Final Project\CODE\Headers\InitializeService.

h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

Page 1

/****************************************************************************
Header File
InitializeService.h
Author
Anne Alter

Date
2/14/16
****************************************************************************/

#ifndef InitializeService_H
#define InitializeService_H
#include "ES_Types.h"
#include "ES_Configure.h"

//public function prototypes


void InitAllDigital(void);

#endif /* InitializeService_H */

You might also like