foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
#include <database_cfg.h>
Data Fields | |
DATA_BLOCK_HEADER_s | header |
uint8_t | interlockFeedback_IL_STATE |
float | interlockVoltageFeedback_IL_HS_VS_mV |
float | interlockVoltageFeedback_IL_LS_VS_mV |
float | interlockCurrentFeedback_IL_HS_CS_mA |
float | interlockCurrentFeedback_IL_LS_CS_mA |
data block struct of interlock feedback
Definition at line 367 of file database_cfg.h.
DATA_BLOCK_HEADER_s DATA_BLOCK_INTERLOCK_FEEDBACK::header |
Data block header
Definition at line 371 of file database_cfg.h.
float DATA_BLOCK_INTERLOCK_FEEDBACK::interlockCurrentFeedback_IL_HS_CS_mA |
current feedback of interlock, connected to ADC input 4
Definition at line 375 of file database_cfg.h.
float DATA_BLOCK_INTERLOCK_FEEDBACK::interlockCurrentFeedback_IL_LS_CS_mA |
current feedback of interlock, connected to ADC input 5
Definition at line 376 of file database_cfg.h.
uint8_t DATA_BLOCK_INTERLOCK_FEEDBACK::interlockFeedback_IL_STATE |
feedback of interlock, connected to pin
Definition at line 372 of file database_cfg.h.
float DATA_BLOCK_INTERLOCK_FEEDBACK::interlockVoltageFeedback_IL_HS_VS_mV |
voltage feedback of interlock, connected to ADC input 2
Definition at line 373 of file database_cfg.h.
float DATA_BLOCK_INTERLOCK_FEEDBACK::interlockVoltageFeedback_IL_LS_VS_mV |
voltage feedback of interlock, connected to ADC input 3
Definition at line 374 of file database_cfg.h.