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

9 lines
182 B
C

#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