Index: ecs_cellMon/firmware/inc/balancer.h
===================================================================
--- ecs_cellMon/firmware/inc/balancer.h	(revision 3)
+++ ecs_cellMon/firmware/inc/balancer.h	(revision 8)
@@ -2,7 +2,7 @@
   ******************************************************************************
   * @file    balancer.h
-  * @author  ECS - Falko Jahn
+  * @author  ECS - Zed Kazharov
   * @version V1.0.0
-  * @date    03-Feb-2021
+  * @date    03-Jan-2023
   * @brief   Balancer Modul Treiber
   *
Index: ecs_cellMon/firmware/inc/bms.h
===================================================================
--- ecs_cellMon/firmware/inc/bms.h	(revision 3)
+++ ecs_cellMon/firmware/inc/bms.h	(revision 8)
@@ -1,12 +1,12 @@
 /**
   ******************************************************************************
-  * @file    template.h
-  * @author  ECS - MAX MUSTERMANN
+  * @file    bms.h
+  * @author  ECS - Zed Kazharov
   * @version V1.0.0
-  * @date    09-Sep-2015
-  * @brief   Muster Modul Treiber
+  * @date    05-Jan-2023
+  * @brief   BMS Modul Treiber
   *
   *          Beschreibung          
-  *          Dieses Modul enthält ein Musteraufbau einer Header Datei
+  *          
   *
   *          Achtung:   
Index: ecs_cellMon/firmware/inc/eeprom.h
===================================================================
--- ecs_cellMon/firmware/inc/eeprom.h	(revision 3)
+++ ecs_cellMon/firmware/inc/eeprom.h	(revision 8)
@@ -1,2 +1,19 @@
+/**
+  ******************************************************************************
+  * @file    eeprom.h
+  * @author  ECS - Zed Kazharov
+  * @version V1.0.0
+  * @date    10-Jan-2023
+  * @brief   Virtual EEPROM in FLASH memory
+  *
+  *          Beschreibung          
+  *          
+  *
+  ******************************************************************************
+  */ 
+
+#ifndef __VEEPROM_H
+#define __VEEPROM_H
+
 #include "stm32g0xx_hal.h"
 #include "stdbool.h"
@@ -12,2 +29,4 @@
 
 bool EEPROM_isFirstStart(void);
+
+#endif
