|
Last change
on this file was 8, checked in by f.jahn, 3 years ago |
|
Fixing project before activating IWDG timer in CubeMX.
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | /**
|
|---|
| 2 | ******************************************************************************
|
|---|
| 3 | * @file bms.h
|
|---|
| 4 | * @author ECS - Zed Kazharov
|
|---|
| 5 | * @version V1.0.0
|
|---|
| 6 | * @date 05-Jan-2023
|
|---|
| 7 | * @brief BMS Modul Treiber
|
|---|
| 8 | *
|
|---|
| 9 | * Beschreibung
|
|---|
| 10 | *
|
|---|
| 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 | */
|
|---|
| 42 | void BMS_Exec(void);
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.