-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathh-file_template.h
25 lines (19 loc) · 916 Bytes
/
h-file_template.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
**************************************************************************************
* @file h-file_template
* @author Sivert Sliper
* @version V01
* @date 09-February-2016
* @brief This file contains macros and extern function definitions for
c-file_template.c.
**************************************************************************************
*/
/* Macro -------------------------------------------------------------------------------*/
/* Put #define's here.
/* ID list, RANGE = [0...0x7FF] *********************************************************/
#define CONSTANT_1 0x01
#define CONSTANT_2 300
/* Exported function prototypes --------------------------------------------------------*/
/* Declare global functions here, preferrably with comments to explain the functions.
*/
extern void global_function(void); // Global function that does something.