Changeset 8 for ecs_cellMon/firmware/inc
- Timestamp:
- Jun 12, 2023, 10:56:35 AM (19 months ago)
- Location:
- ecs_cellMon/firmware/inc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ecs_cellMon/firmware/inc/balancer.h
r3 r8 2 2 ****************************************************************************** 3 3 * @file balancer.h 4 * @author ECS - Falko Jahn4 * @author ECS - Zed Kazharov 5 5 * @version V1.0.0 6 * @date 03- Feb-20216 * @date 03-Jan-2023 7 7 * @brief Balancer Modul Treiber 8 8 * -
ecs_cellMon/firmware/inc/bms.h
r3 r8 1 1 /** 2 2 ****************************************************************************** 3 * @file template.h4 * @author ECS - MAX MUSTERMANN3 * @file bms.h 4 * @author ECS - Zed Kazharov 5 5 * @version V1.0.0 6 * @date 0 9-Sep-20157 * @brief MusterModul Treiber6 * @date 05-Jan-2023 7 * @brief BMS Modul Treiber 8 8 * 9 9 * Beschreibung 10 * Dieses Modul enthält ein Musteraufbau einer Header Datei10 * 11 11 * 12 12 * 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 1 18 #include "stm32g0xx_hal.h" 2 19 #include "stdbool.h" … … 12 29 13 30 bool EEPROM_isFirstStart(void); 31 32 #endif
Note: See TracChangeset
for help on using the changeset viewer.