foxBMS  1.2.1
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 timeslot where the ALGO main function is called. Repetition time of algorithm cycle time must be multiple of this

Definition at line 66 of file algorithm_cfg.h.