Changeset 8 for ecs_cellMon/firmware/src


Ignore:
Timestamp:
Jun 12, 2023, 10:56:35 AM (19 months ago)
Author:
f.jahn
Message:

Fixing project before activating IWDG timer in CubeMX.

Location:
ecs_cellMon/firmware/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/src/balancer.c

    r3 r8  
    22  ******************************************************************************
    33  * @file    balancer.c
    4   * @author  ECS, Falko Jahn
     4  * @author  ECS, Zed Kazharov
    55  * @version V1.0.0
    6   * @date    03.02.2021
     6  * @date    03.01.2023
    77  * @brief   BALANCER Modul
    88  *          Beschreibung in Header
  • ecs_cellMon/firmware/src/bms.c

    r3 r8  
    22  ******************************************************************************
    33  * @file    bms.c
    4   * @author  ECS, Falko Jahn
     4  * @author  ECS, Zed Kazharov
    55  * @version V1.0.0
    6   * @date    03-Feb-2021
     6  * @date    05-Jan-2023
    77  * @brief   BMS Modul
    88  *          Beschreibung in Header
     
    331331  }
    332332}
     333
     334//========== End of File =======================================================
  • ecs_cellMon/firmware/src/eeprom.c

    r3 r8  
     1/**
     2  ******************************************************************************
     3  * @file    eeprom.c
     4  * @author  ECS - Zed Kazharov
     5  * @version V1.0.0
     6  * @date    10-Jan-2023
     7  * @brief   Virtual EEPROM in FLASH memory
     8  *
     9  *          Beschreibung         
     10  *         
     11  *
     12  ******************************************************************************
     13  */
     14
    115#include "eeprom.h"
    216#include "stdio.h"
Note: See TracChangeset for help on using the changeset viewer.