foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
Algorithm configuration

Files

file  algorithm_cfg.c
 Configuration for the algorithm module.
 
file  algorithm_cfg.h
 Headers for the configuration of the algorithm module.
 

Macros

#define ALGO_TICK_ms   (100u)
 

Detailed Description

Macro Definition Documentation

◆ ALGO_TICK_ms

#define ALGO_TICK_ms   (100u)

task time slot where the ALGO main function is called. Repetition time of algorithm cycle time must be multiple of this

Definition at line 69 of file algorithm_cfg.h.