Changeset 8 for ecs_cellMon/firmware/inc


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/inc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/inc/balancer.h

    r3 r8  
    22  ******************************************************************************
    33  * @file    balancer.h
    4   * @author  ECS - Falko Jahn
     4  * @author  ECS - Zed Kazharov
    55  * @version V1.0.0
    6   * @date    03-Feb-2021
     6  * @date    03-Jan-2023
    77  * @brief   Balancer Modul Treiber
    88  *
  • ecs_cellMon/firmware/inc/bms.h

    r3 r8  
    11/**
    22  ******************************************************************************
    3   * @file    template.h
    4   * @author  ECS - MAX MUSTERMANN
     3  * @file    bms.h
     4  * @author  ECS - Zed Kazharov
    55  * @version V1.0.0
    6   * @date    09-Sep-2015
    7   * @brief   Muster Modul Treiber
     6  * @date    05-Jan-2023
     7  * @brief   BMS Modul Treiber
    88  *
    99  *          Beschreibung         
    10   *          Dieses Modul enthält ein Musteraufbau einer Header Datei
     10  *         
    1111  *
    1212  *          Achtung:   
  • ecs_cellMon/firmware/inc/eeprom.h

    r3 r8  
     1/**
     2  ******************************************************************************
     3  * @file    eeprom.h
     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
     15#ifndef __VEEPROM_H
     16#define __VEEPROM_H
     17
    118#include "stm32g0xx_hal.h"
    219#include "stdbool.h"
     
    1229
    1330bool EEPROM_isFirstStart(void);
     31
     32#endif
Note: See TracChangeset for help on using the changeset viewer.