source: ecs_cellMon/firmware/inc/bms.h @ 8

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

Fixing project before activating IWDG timer in CubeMX.

File size: 1.2 KB
RevLine 
[3]1/**
2  ******************************************************************************
[8]3  * @file    bms.h
4  * @author  ECS - Zed Kazharov
[3]5  * @version V1.0.0
[8]6  * @date    05-Jan-2023
7  * @brief   BMS Modul Treiber
[3]8  *
9  *          Beschreibung         
[8]10  *         
[3]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.