| Rev | Line |  | 
|---|
| [3] | 1 | /** | 
|---|
|  | 2 | ****************************************************************************** | 
|---|
|  | 3 | * @file    template.c | 
|---|
|  | 4 | * @author  ECS, <NAME> | 
|---|
|  | 5 | * @version V1.0.0 | 
|---|
|  | 6 | * @date    09-Sep-2015 | 
|---|
|  | 7 | * @brief   BEISPIEL Modul | 
|---|
|  | 8 | *          Beschreibung in Header | 
|---|
|  | 9 | ****************************************************************************** | 
|---|
|  | 10 | */ | 
|---|
|  | 11 |  | 
|---|
|  | 12 | // --- INCLUDES ---------------------------------------------------------------- | 
|---|
|  | 13 | #include "template.h" | 
|---|
|  | 14 |  | 
|---|
|  | 15 | //--- GGF. EXTERNE VARIABLEN --------------------------------------------------- | 
|---|
|  | 16 |  | 
|---|
|  | 17 | //--- LOKALE DEFINES - bitte hier dokumentieren -------------------------------- | 
|---|
|  | 18 |  | 
|---|
|  | 19 | //--- LOKALE TYPE DEFS - bitte hier dokumentieren------------------------------- | 
|---|
|  | 20 |  | 
|---|
|  | 21 | //--- DEFINATIONEN GLOBALER VARIABLEN - Bitte in Header dokumentieren ---------- | 
|---|
|  | 22 |  | 
|---|
|  | 23 | //--- LOKALE VARIABLEN - bitte hier dokumentieren ------------------------------ | 
|---|
|  | 24 |  | 
|---|
|  | 25 |  | 
|---|
|  | 26 | //--- LOKALE FUNKTIONS PROTOTYPEN ---------------------------------------------- | 
|---|
|  | 27 | void TEMPLATE_MachWas(void); | 
|---|
|  | 28 |  | 
|---|
|  | 29 |  | 
|---|
|  | 30 | //--- LOKALE FUNKTIONEN - bitte hier dokumentieren ----------------------------- | 
|---|
|  | 31 | void TEMPLATE_MachWas() | 
|---|
|  | 32 | { | 
|---|
|  | 33 | } | 
|---|
|  | 34 |  | 
|---|
|  | 35 | //--- GLOBALE FUNKTIONEN - bitte in Header dokumentieren------------------------ | 
|---|
|  | 36 | void TEMPLATE_Init(void) | 
|---|
|  | 37 | { | 
|---|
|  | 38 |  | 
|---|
|  | 39 | } | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.