source: ecs_cellMon/firmware/inc/template.h @ 3

Last change on this file since 3 was 3, checked in by f.jahn, 20 months ago

fw hinzugfügt-->zed

File size: 1.3 KB
RevLine 
[3]1/**
2  ******************************************************************************
3  * @file    template.h
4  * @author  ECS - MAX MUSTERMANN
5  * @version V1.0.0
6  * @date    09-Sep-2015
7  * @brief   Muster Modul Treiber
8  *
9  *          Beschreibung         
10  *          Dieses Modul enthält ein Musteraufbau einer Header Datei
11  *
12  *          Achtung:   
13  *          Hinweis1
14  *          Hinweis2
15  ******************************************************************************
16  */ 
17#ifndef __TEMPLATE_H
18#define __TEMPLATE_H
19
20
21//--- INCLUDEs -----------------------------------------------------------------
22
23//--- GLOBALE TYPE DEFS --------------------------------------------------------       
24   
25//--- GLOBALE DEFINES ----------------------------------------------------------
26
27//--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
28   
29//--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
30/**
31  * @brief  Muster Funktion
32  *
33  *         Beschreibung:
34  *         .....
35  *         .....
36  *
37  * @author  ECS - MAX MUSTERMANN  <-- Nur wenn abweichend von Modul Autor
38  *   
39  * @param  Keine
40  *             
41  * @retval Kein
42  */
43void TEMPLATE_Init(void);
44
45
46
47
48
49#endif
Note: See TracBrowser for help on using the repository browser.