forked from gary/BCU
2
0
Fork 0
BCU/library/bsp/bsp_adbms1818.h

33 lines
693 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/******************************************************************************
* @file bsp_adbms1818.h
* @brief LT6820-ADBMS1818<31>ջ<EFBFBD><D5BB><EFBFBD>оƬ<D0BE>ɼ<EFBFBD>
* @version V1.0
* @author Gary 2024-11-13
* @copyright
******************************************************************************/
#ifndef BSP_BOOT_H_
#define BSP_BOOT_H_
#ifdef __cplusplus
extern "C"
{
#endif
#include "kit_data.h"
#include "gpio_manager.h"
#include "drv_spi.h"
#include "kit_time.h"
#include "drv_adbms1818.h"
void ADBMS1818_init(uint8_t total_ic, cell_asic *ic);
cell_asic* bsp_adbms1818_global(void);
void run_command(uint32_t cmd,uint16_t total_ic);
#ifdef __cplusplus
}
#endif
#endif