source: ecs_cellMon/firmware/inc/bms.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
Line 
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 __BMS_H
18#define __BMS_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  BMS Execute
32  *
33  *         Beschreibung:
34  *         Berechnete die aktullen Schwellwerte anhand der Temperatur und abhängig vom Standalone Wert
35  *         Prüft ob LED's oder Asugänge geschaltet werden müssen *         
36  *
37  *   
38  * @param  Keine
39  *             
40  * @retval Kein
41  */
42void BMS_Exec(void);
43
44
45
46
47
48#endif
Note: See TracBrowser for help on using the repository browser.