KT25-0812_82A-UART/apps/common/charge_box/chargeIc_manage.h
2025-08-12 18:09:23 +08:00

20 lines
354 B
C

#ifndef _CHARGEIC_MANAGE_H
#define _CHARGEIC_MANAGE_H
#include "printf.h"
#include "cpu.h"
#include "timer.h"
#include "app_config.h"
#include "event.h"
#include "system/includes.h"
void chargeIc_init(void);
void chargeIc_boost_ctrl(u8 en);
void chargeIc_pwr_ctrl(u8 en);
void chargebox_charge_start(void);
void chargebox_charge_close(void);
#endif