HomeAut
template.h
1 /*
2  * template.c
3  *
4  * Author: Vizi Gábor
5  * E-mail: vizi.gabor90@gmail.com
6  * Function: <functions>
7  * Target: STM32Fx
8  * Version: -
9  * Last modified: 2016.11.23
10  */
11 
12 #ifndef TEMPLATE_H_
13 #define TEMPLATE_H_
14 
15 
16 /*------------------------------------------------------------------------------
17  * Includes
18  *----------------------------------------------------------------------------*/
19 #include "include.h"
20 
21 
22 /*------------------------------------------------------------------------------
23  * Macros & definitions
24  *----------------------------------------------------------------------------*/
25 
26 
27 
28 /*------------------------------------------------------------------------------
29  * Type definitions
30  *----------------------------------------------------------------------------*/
31 
32 
33 
34 /*------------------------------------------------------------------------------
35  * Global variables
36  *----------------------------------------------------------------------------*/
37 
38 
39 
40 /*------------------------------------------------------------------------------
41  * Global function declarations
42  *----------------------------------------------------------------------------*/
43 
44 
45 
46 #endif /* TEMPLATE_H_ */