KT25-1015_AC695x_SDK310/apps/common/charge_box/chgbox_handshake.h

9 lines
182 B
C
Raw Normal View History

2025-10-15 07:18:43 +00:00
#ifndef _CHGBOX_HANDSHAKE_H_
#define _CHGBOX_HANDSHAKE_H_
void chgbox_handshake_run_app(void);
void chgbox_handshake_init(void);
void chgbox_handshake_set_repeat(u8 times);
#endif