/** ****************************************************************************** * @file template.h * @author ECS - MAX MUSTERMANN * @version V1.0.0 * @date 09-Sep-2015 * @brief Muster Modul Treiber * * Beschreibung * Dieses Modul enthält ein Musteraufbau einer Header Datei * * Achtung: * Hinweis1 * Hinweis2 ****************************************************************************** */ #ifndef __TEMPLATE_H #define __TEMPLATE_H //--- INCLUDEs ----------------------------------------------------------------- //--- GLOBALE TYPE DEFS -------------------------------------------------------- //--- GLOBALE DEFINES ---------------------------------------------------------- //--- GLOBALE VARIABLEN PROTOTYPEN --------------------------------------------- //--- GLOBALE FUNKTIONS PROTOTYPEN --------------------------------------------- /** * @brief Muster Funktion * * Beschreibung: * ..... * ..... * * @author ECS - MAX MUSTERMANN <-- Nur wenn abweichend von Modul Autor * * @param Keine * * @retval Kein */ void TEMPLATE_Init(void); #endif